aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-05-08 09:52:08 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-05-08 09:52:08 +0000
commit063b0e3813bcb504e24de51f91e47c6836a413ad (patch)
tree68a399b53c11693818b6fb6182ee557a5b5b92fc /src
parenta1b4ea651ded7c2e7ae46e2208620381a14b1c83 (diff)
downloadgnunet-063b0e3813bcb504e24de51f91e47c6836a413ad.tar.gz
gnunet-063b0e3813bcb504e24de51f91e47c6836a413ad.zip
- remove unused opaque handle
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_testbed_logger_service.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/gnunet_testbed_logger_service.h b/src/include/gnunet_testbed_logger_service.h
index 084d88387..7359727b2 100644
--- a/src/include/gnunet_testbed_logger_service.h
+++ b/src/include/gnunet_testbed_logger_service.h
@@ -64,12 +64,6 @@ GNUNET_TESTBED_LOGGER_disconnect (struct GNUNET_TESTBED_LOGGER_Handle *h);
64 64
65 65
66/** 66/**
67 * Opaque handle representing a send request
68 */
69struct GNUNET_TESTBED_LOGGER_SendHandle;
70
71
72/**
73 * Functions of this type are called to notify a successful transmission of the 67 * Functions of this type are called to notify a successful transmission of the
74 * message to the logger service 68 * message to the logger service
75 * 69 *