aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/test_cadeT_util.h
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2020-03-19 21:03:42 +0100
committerxrs <xrs@mail36.net>2020-06-19 22:51:20 +0200
commitd13293d69d916e6f8e2c1d6669a4a1f7c44c89cf (patch)
tree93f1cbcf9f300af02d72540190a5813f76c59de7 /src/cadet/test_cadeT_util.h
parent861de156af56ed4ec8c6065c5ab36a0a3ee742b4 (diff)
downloadgnunet-d13293d69d916e6f8e2c1d6669a4a1f7c44c89cf.tar.gz
gnunet-d13293d69d916e6f8e2c1d6669a4a1f7c44c89cf.zip
handle received message; fix format; fix testbed ops
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.