aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_client_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-31 14:06:52 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-31 14:06:52 +0000
commit8590cba90ab53a070d5ce3d8ec8f1a7f4fb4ee23 (patch)
treeeb71ea7a5072aef95bc83c9d3849d8c4a2e936a6 /src/include/gnunet_client_lib.h
parent254fd9d19ec754cd82e40338565790874fb82561 (diff)
downloadgnunet-8590cba90ab53a070d5ce3d8ec8f1a7f4fb4ee23.tar.gz
gnunet-8590cba90ab53a070d5ce3d8ec8f1a7f4fb4ee23.zip
-hacking up new regex client library
Diffstat (limited to 'src/include/gnunet_client_lib.h')
-rw-r--r--src/include/gnunet_client_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_client_lib.h b/src/include/gnunet_client_lib.h
index 51da46de6..8642dd941 100644
--- a/src/include/gnunet_client_lib.h
+++ b/src/include/gnunet_client_lib.h
@@ -84,7 +84,7 @@ GNUNET_CLIENT_disconnect (struct GNUNET_CLIENT_Connection *client);
84 */ 84 */
85typedef void (*GNUNET_CLIENT_MessageHandler) (void *cls, 85typedef void (*GNUNET_CLIENT_MessageHandler) (void *cls,
86 const struct GNUNET_MessageHeader 86 const struct GNUNET_MessageHeader
87 * msg); 87 *msg);
88 88
89 89
90/** 90/**