aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_client_lib.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-08-13 08:55:17 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-08-13 08:55:17 +0000
commit1fa9f1d6eda5f8d564a334ffce24696488f44d14 (patch)
tree0dd086f6d66c1cca804ba8a18d9d3c1cab43776d /src/include/gnunet_client_lib.h
parent363e9aea9c6c1e1998bb3473dddf8f2111d5e052 (diff)
downloadgnunet-1fa9f1d6eda5f8d564a334ffce24696488f44d14.tar.gz
gnunet-1fa9f1d6eda5f8d564a334ffce24696488f44d14.zip
- dead code; fix doc
Diffstat (limited to 'src/include/gnunet_client_lib.h')
-rw-r--r--src/include/gnunet_client_lib.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/include/gnunet_client_lib.h b/src/include/gnunet_client_lib.h
index 5bfc4991f..a2a7bd542 100644
--- a/src/include/gnunet_client_lib.h
+++ b/src/include/gnunet_client_lib.h
@@ -88,19 +88,6 @@ typedef void (*GNUNET_CLIENT_MessageHandler) (void *cls,
88 88
89 89
90/** 90/**
91 * Type of a function to call when we have finished shutting
92 * down a service, or failed.
93 *
94 * @param cls closure
95 * @param reason what is the result of the shutdown
96 * GNUNET_NO on shutdown (not running)
97 * GNUNET_YES on running
98 * GNUNET_SYSERR on failure to transmit message
99 */
100typedef void (*GNUNET_CLIENT_ShutdownTask) (void *cls, int reason);
101
102
103/**
104 * Read from the service. 91 * Read from the service.
105 * 92 *
106 * @param client connection to the service 93 * @param client connection to the service