b5e14a1344
Reviewed by: roberto Security: VUXML: 4033d826-87dd-11e4-9079-3c970e169bc2 Security: http://www.kb.cert.org/vuls/id/852879 Security: CVE-2014-9293 Security CVE-2014-9294 Security CVE-2014-9295 Security CVE-2014-9296
15 lines
330 B
C
15 lines
330 B
C
/*
|
|
* 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);
|
|
extern void ntpOptionPrintVersion(tOptions *, tOptDesc *);
|
|
#endif
|