1258945Sroberto/*
2258945Sroberto * ntp_libopts.h
3258945Sroberto *
4258945Sroberto * Common code interfacing with Autogen's libopts command-line option
5258945Sroberto * processing.
6258945Sroberto */
7258945Sroberto#ifndef NTP_LIBOPTS_H
8258945Sroberto# define NTP_LIBOPTS_H
9258945Sroberto# include "autoopts/options.h"
10258945Sroberto
11258945Srobertoextern	int	ntpOptionProcess(tOptions *pOpts, int argc,
12258945Sroberto				 char ** argv);
13280849Scyextern	void	ntpOptionPrintVersion(tOptions *, tOptDesc *);
14258945Sroberto#endif
15