aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-04-22 14:42:51 +0000
committerBart Polot <bart@net.in.tum.de>2013-04-22 14:42:51 +0000
commit832c85850e8fbfd8214ce7b3e15c4647b7edf49e (patch)
treedac54525cffaaf12d3050e8681b5dab7a2dc069f /src/include
parente4048e9edf0dafbac032d36bbaf5037fec91fbf3 (diff)
downloadgnunet-832c85850e8fbfd8214ce7b3e15c4647b7edf49e.tar.gz
gnunet-832c85850e8fbfd8214ce7b3e15c4647b7edf49e.zip
- doc
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 29a5f7cfb..e22df4e0e 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -271,6 +271,7 @@ GNUNET_NETWORK_STRUCT_END
271 * @param cls closure 271 * @param cls closure
272 * @param filename complete filename (absolute path) 272 * @param filename complete filename (absolute path)
273 * @return GNUNET_OK to continue to iterate, 273 * @return GNUNET_OK to continue to iterate,
274 * GNUNET_NO to stop iteration with no error,
274 * GNUNET_SYSERR to abort iteration with error! 275 * GNUNET_SYSERR to abort iteration with error!
275 */ 276 */
276typedef int (*GNUNET_FileNameCallback) (void *cls, const char *filename); 277typedef int (*GNUNET_FileNameCallback) (void *cls, const char *filename);