NetBSD/usr.sbin/xntp/include/ntp_proto.h

18 lines
258 B
C
Raw Normal View History

1999-02-15 07:03:03 +03:00
/* $NetBSD: ntp_proto.h,v 1.2 1999/02/15 04:03:03 hubertf Exp $
*/
1998-03-06 19:32:56 +03:00
#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 */