From: Harlan Stenn Date: Tue, 21 Dec 2004 01:41:57 +0000 (-0500) Subject: [Bug 374] Always declare atom_shutdown(). X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50f17119eb835e2b3da5990950ecc1e8b704c2b8;p=thirdparty%2Fntp.git [Bug 374] Always declare atom_shutdown(). bk: 41c77f65WOd-1tHEbOuIMBcKZnGTSg --- diff --git a/ntpd/refclock_atom.c b/ntpd/refclock_atom.c index 1cbae3c7a2..19ad43cc20 100644 --- a/ntpd/refclock_atom.c +++ b/ntpd/refclock_atom.c @@ -107,8 +107,8 @@ struct ppsunit { */ static int atom_start P((int, struct peer *)); static void atom_poll P((int, struct peer *)); -#ifdef HAVE_PPSAPI static void atom_shutdown P((int, struct peer *)); +#ifdef HAVE_PPSAPI static void atom_control P((int, struct refclockstat *, struct refclockstat *, struct peer *)); static void atom_timer P((int, struct peer *));