libcli/: Fix prototypes for all functions.
[kai/samba.git] / libcli / echo / tests / echo.c
index 77a7dfa677f545934e92deb860154939f1bde34c..c47b7d0d0fcc6edb2f284db13294d3c9c825613c 100644 (file)
@@ -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)
 {