mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 13:39:25 -04:00
17 lines
401 B
C
17 lines
401 B
C
/* $NetBSD: ntp_libopts.h,v 1.3 2015/07/10 14:20:29 christos Exp $ */
|
|
|
|
/*
|
|
* 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
|