From 0b4eb47e2703e425f77010ae00bef6a50de88ea1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 19 Mar 2011 00:45:45 +0100 Subject: source4/: Fix prototypes for all functions in various subsystems. --- source4/ntp_signd/ntp_signd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/ntp_signd') diff --git a/source4/ntp_signd/ntp_signd.c b/source4/ntp_signd/ntp_signd.c index 969d698a16..c6d605699f 100644 --- a/source4/ntp_signd/ntp_signd.c +++ b/source4/ntp_signd/ntp_signd.c @@ -41,6 +41,8 @@ #include "system/network.h" #include "system/passwd.h" +NTSTATUS server_service_ntp_signd_init(void); + /* top level context structure for the ntp_signd server */ -- cgit