29 lines
403 B
C
Executable File
29 lines
403 B
C
Executable File
|
|
/*
|
|
* 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 */
|