aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_client_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-13 13:17:11 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-13 13:17:11 +0000
commit24bc1b853ac6aae405af8725fa089cc53b0ec9f1 (patch)
treee3650c874a20d53d7fe08738a27cdb6e2ff8803a /src/include/gnunet_client_lib.h
parente46a3d08b2d167b405e745d3854b4faf5b5c1157 (diff)
downloadgnunet-24bc1b853ac6aae405af8725fa089cc53b0ec9f1.tar.gz
gnunet-24bc1b853ac6aae405af8725fa089cc53b0ec9f1.zip
renaming
Diffstat (limited to 'src/include/gnunet_client_lib.h')
-rw-r--r--src/include/gnunet_client_lib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gnunet_client_lib.h b/src/include/gnunet_client_lib.h
index 64892de0f..a96215886 100644
--- a/src/include/gnunet_client_lib.h
+++ b/src/include/gnunet_client_lib.h
@@ -89,6 +89,7 @@ void
89GNUNET_CLIENT_disconnect (struct GNUNET_CLIENT_Connection *sock, 89GNUNET_CLIENT_disconnect (struct GNUNET_CLIENT_Connection *sock,
90 int finish_pending_write); 90 int finish_pending_write);
91 91
92
92/** 93/**
93 * Type of a function to call when we receive a message 94 * Type of a function to call when we receive a message
94 * from the service. 95 * from the service.
@@ -100,6 +101,7 @@ typedef void (*GNUNET_CLIENT_MessageHandler) (void *cls,
100 const struct GNUNET_MessageHeader 101 const struct GNUNET_MessageHeader
101 * msg); 102 * msg);
102 103
104
103/** 105/**
104 * Type of a function to call when we have finished shutting 106 * Type of a function to call when we have finished shutting
105 * down a service, or failed. 107 * down a service, or failed.
@@ -112,6 +114,7 @@ typedef void (*GNUNET_CLIENT_MessageHandler) (void *cls,
112 */ 114 */
113typedef void (*GNUNET_CLIENT_ShutdownTask) (void *cls, int reason); 115typedef void (*GNUNET_CLIENT_ShutdownTask) (void *cls, int reason);
114 116
117
115/** 118/**
116 * Read from the service. 119 * Read from the service.
117 * 120 *