aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-05-06 11:55:04 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-05-06 11:55:04 +0200
commitb089b3c07cb9a38f18e58225d93e1335f24ced17 (patch)
tree8df17078d46333d25140a72e4e9c3719085465f7 /src/include
parent331a6079913db5e630c113b0e022c9587499d177 (diff)
downloadgnunet-b089b3c07cb9a38f18e58225d93e1335f24ced17.tar.gz
gnunet-b089b3c07cb9a38f18e58225d93e1335f24ced17.zip
introduce have_rest; fix warnings
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_identity_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h
index af5beb5f7..81af671e2 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -300,7 +300,7 @@ GNUNET_IDENTITY_cancel (struct GNUNET_IDENTITY_Operation *op);
300 */ 300 */
301typedef void 301typedef void
302(*GNUNET_IDENTITY_EgoCallback) (void *cls, 302(*GNUNET_IDENTITY_EgoCallback) (void *cls,
303 const struct GNUNET_IDENTITY_Ego *ego); 303 struct GNUNET_IDENTITY_Ego *ego);
304 304
305/** 305/**
306 * Handle for ego lookup. 306 * Handle for ego lookup.