11 lines
192 B
C
11 lines
192 B
C
|
/* $NetBSD: ntp_proto.h,v 1.1.1.1 2000/03/29 12:38:48 simonb Exp $ */
|
||
|
|
||
|
#ifndef __ntp_proto_h
|
||
|
#define __ntp_proto_h
|
||
|
|
||
|
#ifdef HAVE_CONFIG_H
|
||
|
#include <config.h>
|
||
|
#endif
|
||
|
|
||
|
#endif /* __ntp_proto_h */
|