From: Harlan Stenn Date: Sun, 3 Mar 2013 03:41:29 +0000 (-0500) Subject: [Bug 2359] Fix send_via_ntp_signd() prototype X-Git-Tag: NTP_4_2_7P359~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31562ae2e8fa7f1766d2ed26a53c7c0e31b99afd;p=thirdparty%2Fntp.git [Bug 2359] Fix send_via_ntp_signd() prototype bk: 5132c6690PY38UTfkknQa5TLhpHBqw --- diff --git a/ChangeLog b/ChangeLog index d2b906d8c..a9fc34f9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 2359] Fix send_via_ntp_signd() prototype. (4.2.7p358) 2013/02/27 Released by Harlan Stenn * Upgrade to autogen-5.17.3pre4 and libopts-38.0.13. * [Bug 2357] sntp/libopts/usage.c on NetBSD needs -lintl. diff --git a/include/ntpd.h b/include/ntpd.h index f224b981e..e1d903c50 100644 --- a/include/ntpd.h +++ b/include/ntpd.h @@ -523,7 +523,7 @@ extern u_int32 conf_file_sum; /* Simple sum of characters */ /* ntp_signd.c */ #ifdef HAVE_NTP_SIGND -extern void send_via_ntp_signd(struct recvbuf, int, keyid_t, int, +extern void send_via_ntp_signd(struct recvbuf *, int, keyid_t, int, struct pkt *); #endif