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/echo_server/echo_server.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/echo_server') diff --git a/source4/echo_server/echo_server.c b/source4/echo_server/echo_server.c index 02e26bdbe3..4be6f21af8 100644 --- a/source4/echo_server/echo_server.c +++ b/source4/echo_server/echo_server.c @@ -32,6 +32,8 @@ /* tsocket-related functions */ #include "lib/tsocket/tsocket.h" +NTSTATUS server_service_echo_init(void); + /* Structure to hold an echo server socket */ struct echo_socket { /* This can come handy for the task struct in there */ -- cgit