aboutsummaryrefslogtreecommitdiff
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
parent363e9aea9c6c1e1998bb3473dddf8f2111d5e052 (diff)
downloadgnunet-1fa9f1d6eda5f8d564a334ffce24696488f44d14.tar.gz
gnunet-1fa9f1d6eda5f8d564a334ffce24696488f44d14.zip
- dead code; fix doc
-rw-r--r--src/include/gnunet_client_lib.h13
-rw-r--r--src/include/gnunet_server_lib.h2
2 files changed, 1 insertions, 14 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
diff --git a/src/include/gnunet_server_lib.h b/src/include/gnunet_server_lib.h
index 6ed862fc7..468f5bf17 100644
--- a/src/include/gnunet_server_lib.h
+++ b/src/include/gnunet_server_lib.h
@@ -788,7 +788,7 @@ typedef void* (*GNUNET_SERVER_MstCreateCallback) (void *cls,
788typedef void (*GNUNET_SERVER_MstDestroyCallback) (void *cls, void *mst); 788typedef void (*GNUNET_SERVER_MstDestroyCallback) (void *cls, void *mst);
789 789
790/** 790/**
791 * Signature of a function to destroy a custom tokenizer. 791 * Signature of a function to receive data for a custom tokenizer.
792 * 792 *
793 * @param cls closure from 'GNUNET_SERVER_set_callbacks' 793 * @param cls closure from 'GNUNET_SERVER_set_callbacks'
794 * @param mst custom tokenizer handle 794 * @param mst custom tokenizer handle