aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-02 17:10:22 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-02 17:10:22 +0000
commit17e35f0a3eabb698ac7a0e34e096d64ab3a6d123 (patch)
treef5f84f055e5ef8afcadc046d69d4e300bef1ed2f /src/include
parent1e0fa3c5117a2c3306b6bfa4a9d100ebde33b833 (diff)
downloadgnunet-17e35f0a3eabb698ac7a0e34e096d64ab3a6d123.tar.gz
gnunet-17e35f0a3eabb698ac7a0e34e096d64ab3a6d123.zip
-fix indentation, minor leaks
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_conversation_service.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gnunet_conversation_service.h b/src/include/gnunet_conversation_service.h
index 555e91adf..6b01119d8 100644
--- a/src/include/gnunet_conversation_service.h
+++ b/src/include/gnunet_conversation_service.h
@@ -93,8 +93,7 @@ struct GNUNET_CONVERSATION_Handle;
93 * @param caller peer that calls you 93 * @param caller peer that calls you
94 */ 94 */
95typedef void (GNUNET_CONVERSATION_CallHandler) (void *cls, 95typedef void (GNUNET_CONVERSATION_CallHandler) (void *cls,
96 struct 96 struct GNUNET_CONVERSATION_Handle *handle,
97 GNUNET_CONVERSATION_Handle *handle,
98 const struct GNUNET_PeerIdentity *caller); 97 const struct GNUNET_PeerIdentity *caller);
99 98
100 99