aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/test_cadeT_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/test_cadeT_util.h')
-rw-r--r--src/cadet/test_cadeT_util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cadet/test_cadeT_util.h b/src/cadet/test_cadeT_util.h
index e12732d14..d22ab8960 100644
--- a/src/cadet/test_cadeT_util.h
+++ b/src/cadet/test_cadeT_util.h
@@ -47,7 +47,8 @@ int
47check_message (void *cls, 47check_message (void *cls,
48 const struct GNUNET_MessageHeader *message); 48 const struct GNUNET_MessageHeader *message);
49 49
50void handle_message (); 50void handle_message (void *cls,
51 const struct GNUNET_MessageHeader *msg);
51 52
52/** 53/**
53 * Structure for storing information of testbed peers. 54 * Structure for storing information of testbed peers.