summaryrefslogtreecommitdiff
path: root/include/ntp_libopts.h
blob: b03b2f66c61292ac069b01d0557508246e377e95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * 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