diff options
author | roberto <roberto@FreeBSD.org> | 1999-12-09 13:01:21 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 1999-12-09 13:01:21 +0000 |
commit | ef64b99e8412f2273dd2e8b3291c2f78ffc4667f (patch) | |
tree | fc0cfa1aab0ff6b228f511b410733ef4f35d1ead /contrib/ntp/include/ntp_proto.h | |
download | FreeBSD-src-ef64b99e8412f2273dd2e8b3291c2f78ffc4667f.zip FreeBSD-src-ef64b99e8412f2273dd2e8b3291c2f78ffc4667f.tar.gz |
Virgin import of ntpd 4.0.98f
Diffstat (limited to 'contrib/ntp/include/ntp_proto.h')
-rw-r--r-- | contrib/ntp/include/ntp_proto.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/ntp/include/ntp_proto.h b/contrib/ntp/include/ntp_proto.h new file mode 100644 index 0000000..2a888c2 --- /dev/null +++ b/contrib/ntp/include/ntp_proto.h @@ -0,0 +1,8 @@ +#ifndef __ntp_proto_h +#define __ntp_proto_h + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + +#endif /* __ntp_proto_h */ |