summaryrefslogtreecommitdiff
path: root/libcli/echo
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-03-19 00:45:56 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-03-19 03:20:05 +0100
commitfa387825e2a4563ff85267848d8e9d206bf6db96 (patch)
tree082b3cfeb241a483b9dc6409dd362f93a157361c /libcli/echo
parent0b4eb47e2703e425f77010ae00bef6a50de88ea1 (diff)
downloadsamba-fa387825e2a4563ff85267848d8e9d206bf6db96.tar.gz
samba-fa387825e2a4563ff85267848d8e9d206bf6db96.tar.bz2
samba-fa387825e2a4563ff85267848d8e9d206bf6db96.zip
libcli/: Fix prototypes for all functions.
Diffstat (limited to 'libcli/echo')
-rw-r--r--libcli/echo/tests/echo.c2
1 files changed, 2 insertions, 0 deletions
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)
{