2013-12-04 21:33:17 +00:00
|
|
|
/*
|
|
|
|
* ntp_libopts.h
|
|
|
|
*
|
|
|
|
* Common code interfacing with Autogen's libopts command-line option
|
|
|
|
* processing.
|
|
|
|
*/
|
|
|
|
#ifndef NTP_LIBOPTS_H
|
|
|
|
# define NTP_LIBOPTS_H
|
|
|
|
# include "autoopts/options.h"
|
|
|
|
|
|
|
|
extern int ntpOptionProcess(tOptions *pOpts, int argc,
|
|
|
|
char ** argv);
|
2014-12-20 22:52:39 +00:00
|
|
|
extern void ntpOptionPrintVersion(tOptions *, tOptDesc *);
|
2013-12-04 21:33:17 +00:00
|
|
|
#endif
|