xref: /freebsd/contrib/ntp/include/ntp_libopts.h (revision 416ba5c74546f32a993436a99516d35008e9f384)
1*2b15cb3dSCy Schubert /*
2*2b15cb3dSCy Schubert  * ntp_libopts.h
3*2b15cb3dSCy Schubert  *
4*2b15cb3dSCy Schubert  * Common code interfacing with Autogen's libopts command-line option
5*2b15cb3dSCy Schubert  * processing.
6*2b15cb3dSCy Schubert  */
7*2b15cb3dSCy Schubert #ifndef NTP_LIBOPTS_H
8*2b15cb3dSCy Schubert # define NTP_LIBOPTS_H
9*2b15cb3dSCy Schubert # include "autoopts/options.h"
10*2b15cb3dSCy Schubert 
11*2b15cb3dSCy Schubert extern	int	ntpOptionProcess(tOptions *pOpts, int argc,
12*2b15cb3dSCy Schubert 				 char ** argv);
13*2b15cb3dSCy Schubert extern	void	ntpOptionPrintVersion(tOptions *, tOptDesc *);
14*2b15cb3dSCy Schubert #endif
15