From: Harlan Stenn Date: Wed, 3 Jan 2007 21:51:48 +0000 (-0500) Subject: Merge whimsy:/backroom/ntp-dev X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b4d26cf2f708d28a71a986e6954cf5a5bea15b8;p=thirdparty%2Fntp.git Merge whimsy:/backroom/ntp-dev into pogo.udel.edu:/pogo/users/stenn/ntp-dev bk: 459c2574NDBNW0vwpNJvTWF9SyBUXA --- 8b4d26cf2f708d28a71a986e6954cf5a5bea15b8 diff --cc ntpd/refclock_chu.c index b3bdb93eee,5cc5730a9b..c9b18df0a3 --- a/ntpd/refclock_chu.c +++ b/ntpd/refclock_chu.c @@@ -383,22 -381,23 +383,22 @@@ static void chu_poll (int, struct peer /* * More function prototypes */ - static void chu_decode P((struct peer *, int)); - static void chu_burst P((struct peer *)); - static void chu_clear P((struct peer *)); - static void chu_a P((struct peer *, int)); - static void chu_b P((struct peer *, int)); - static int chu_dist P((int, int)); - static double chu_major P((struct peer *)); + static void chu_decode (struct peer *, int); + static void chu_burst (struct peer *); + static void chu_clear (struct peer *); + static void chu_a (struct peer *, int); + static void chu_b (struct peer *, int); + static int chu_dist (int, int); + static double chu_major (struct peer *); #ifdef HAVE_AUDIO - static void chu_rf P((struct peer *, double)); - static void chu_gain P((struct peer *)); - static void chu_audio_receive P((struct recvbuf *rbufp)); -static void chu_uart (struct surv *, double); + static void chu_rf (struct peer *, double); + static void chu_gain (struct peer *); + static void chu_audio_receive (struct recvbuf *rbufp); #endif /* HAVE_AUDIO */ #ifdef ICOM - static int chu_newchan P((struct peer *, double)); + static int chu_newchan (struct peer *, double); #endif /* ICOM */ - static void chu_serial_receive P((struct recvbuf *rbufp)); + static void chu_serial_receive (struct recvbuf *rbufp); /* * Global variables