aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index e3e62a143..d7842a519 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -107,8 +107,8 @@ struct GNUNET_PeerIdentity
107/** 107/**
108 * Function called with a filename. 108 * Function called with a filename.
109 * 109 *
110 * @param filename complete filename (absolute path)
111 * @param cls closure 110 * @param cls closure
111 * @param filename complete filename (absolute path)
112 * @return GNUNET_OK to continue to iterate, 112 * @return GNUNET_OK to continue to iterate,
113 * GNUNET_SYSERR to abort iteration with error! 113 * GNUNET_SYSERR to abort iteration with error!
114 */ 114 */