aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-24 09:58:58 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-24 09:58:58 +0000
commit3aea10e56e9f4b4971dd2626bd4f69ea796787e2 (patch)
tree6d263f237a226e10439005bdd32ba6160d8e9a19 /src/include/gnunet_common.h
parenta313004af348121545a63abedbe6456944c5fe16 (diff)
downloadgnunet-3aea10e56e9f4b4971dd2626bd4f69ea796787e2.tar.gz
gnunet-3aea10e56e9f4b4971dd2626bd4f69ea796787e2.zip
stuff
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 */