diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-07-25 18:27:59 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-07-25 18:27:59 +0000 |
commit | 4267c56b2589164ab8307a68ad9814b8869bcbd4 (patch) | |
tree | 681a4162e99c3098417fa8ee6da31c169f8f377a /usr.sbin/ntpd/ntpd.h | |
parent | bf564228ed9fc9b1e79000bf20200d2152a8cb91 (diff) |
remove unused function
Diffstat (limited to 'usr.sbin/ntpd/ntpd.h')
-rw-r--r-- | usr.sbin/ntpd/ntpd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/ntpd.h b/usr.sbin/ntpd/ntpd.h index 5d13c278e7e..d1506ac34fb 100644 --- a/usr.sbin/ntpd/ntpd.h +++ b/usr.sbin/ntpd/ntpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpd.h,v 1.28 2004/07/20 16:47:55 henning Exp $ */ +/* $OpenBSD: ntpd.h,v 1.29 2004/07/25 18:27:58 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -206,7 +206,6 @@ int parse_config(char *, struct ntpd_conf *); int cmdline_symset(char *); /* config.c */ -int check_file_secrecy(int, const char *); struct ntp_addr *host(const char *); /* ntp_msg.c */ |