From fa387825e2a4563ff85267848d8e9d206bf6db96 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 19 Mar 2011 00:45:56 +0100 Subject: libcli/: Fix prototypes for all functions. --- libcli/echo/tests/echo.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcli/echo/tests') diff --git a/libcli/echo/tests/echo.c b/libcli/echo/tests/echo.c index 77a7dfa677..c47b7d0d0f 100644 --- a/libcli/echo/tests/echo.c +++ b/libcli/echo/tests/echo.c @@ -26,6 +26,8 @@ #include "libcli/util/ntstatus.h" #include "libcli/echo/libecho.h" +NTSTATUS torture_libcli_echo_init(void); + /* Basic test function that sends an echo request and checks the reply */ static bool echo_udp_basic(struct torture_context *tctx, const char *address) { -- cgit