Init
This commit is contained in:
28
cmd/format/menu_developer.h
Executable file
28
cmd/format/menu_developer.h
Executable file
@@ -0,0 +1,28 @@
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993 by Sun Microsystems, Inc.
|
||||
*/
|
||||
|
||||
#ifndef _MENU_DEVELOPER_H
|
||||
#define _MENU_DEVELOPER_H
|
||||
|
||||
#pragma ident "@(#)menu_developer.h 1.2 94/01/24 SMI"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Prototypes for ANSI
|
||||
*/
|
||||
int c_developer(void);
|
||||
int dv_disk(void);
|
||||
int dv_cont(void);
|
||||
int dv_cont_chain(void);
|
||||
int dv_params(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _MENU_DEVELOPER_H */
|
||||
Reference in New Issue
Block a user