raw: Add file declarations in source test files.
[swifty.git] / src / raw / test / test_sw_recvfrom.c
index 031b839..755a842 100644 (file)
@@ -6,6 +6,11 @@
 #include "test.h"
 
 static void recvfrom_dummy(void);
+static void recvfrom_invalid_descriptor(void);
+static void recvfrom_descriptor_is_not_a_socket(void);
+static void recvfrom_socket_is_not_bound(void);
+static void recvfrom_after_sendto_ok(void);
+static void recvfrom_after_sendmsg_ok(void);
 
 void recvfrom_test_suite(void)
 {