ntp_proto.h revision 7c478bd95313f5f23a4c958a745db2134aa03244
#pragma ident "%Z%%M% %I% %E% SMI"
#ifndef __ntp_proto_h
#define __ntp_proto_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef HAVE_PROTOTYPES
#define P(x) x
#else
#define P(x) ()
#endif
#endif /* __ntp_proto_h */