xref: /netbsd-src/external/bsd/ntp/dist/include/ntp_libopts.h (revision 413d532bcc3f62d122e56d92e13ac64825a40baf)
1 /*	$NetBSD: ntp_libopts.h,v 1.1.1.2 2013/12/27 23:30:46 christos Exp $	*/
2 
3 /*
4  * ntp_libopts.h
5  *
6  * Common code interfacing with Autogen's libopts command-line option
7  * processing.
8  */
9 #ifndef NTP_LIBOPTS_H
10 # define NTP_LIBOPTS_H
11 # include "autoopts/options.h"
12 
13 extern	int	ntpOptionProcess(tOptions *pOpts, int argc,
14 				 char ** argv);
15 extern	void	ntpOptionPrintVersion(tOptions *, tOptDesc *);
16 #endif
17