blob: 34fd3854032c8aefb387c734bf967b3986478dfd [file] [log] [blame]
/*
*
* option.h
*
*/
/*
*
* Includes.
*
*/
#ifndef OPTION_H
#define OPTION_H
/*
*
* Defines.
*
*/
/*
*
* Types.
*
*/
/*
*
* Globals.
*
*/
#ifdef OPTION_CODE
#else /* OPTION_CODE */
#endif /* OPTION_CODE */
/*
*
* Prototypes.
*
*/
#ifdef OPTION_CODE
void
Option(int,
char (*[]));
#else /* OPTION_CODE */
extern void
Option(int,
char (*[]));
#endif /* OPTION_CODE */
#endif /* OPTION_H */