]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 374] Always declare atom_shutdown().
authorHarlan Stenn <stenn@ntp.org>
Tue, 21 Dec 2004 01:41:57 +0000 (20:41 -0500)
committerHarlan Stenn <stenn@ntp.org>
Tue, 21 Dec 2004 01:41:57 +0000 (20:41 -0500)
bk: 41c77f65WOd-1tHEbOuIMBcKZnGTSg

ntpd/refclock_atom.c

index 1cbae3c7a2a50f4f919639f623c5c0322047d4fc..19ad43cc2088e4e3f2cc4236fd21dce3d88d6506 100644 (file)
@@ -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 *));