diff options
author | Bart Polot <bart@net.in.tum.de> | 2013-04-22 14:42:51 +0000 |
---|---|---|
committer | Bart Polot <bart@net.in.tum.de> | 2013-04-22 14:42:51 +0000 |
commit | 832c85850e8fbfd8214ce7b3e15c4647b7edf49e (patch) | |
tree | dac54525cffaaf12d3050e8681b5dab7a2dc069f | |
parent | e4048e9edf0dafbac032d36bbaf5037fec91fbf3 (diff) |
- doc
-rw-r--r-- | src/include/gnunet_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h index 29a5f7cfb6..e22df4e0ef 100644 --- a/src/include/gnunet_common.h +++ b/src/include/gnunet_common.h @@ -271,6 +271,7 @@ GNUNET_NETWORK_STRUCT_END * @param cls closure * @param filename complete filename (absolute path) * @return GNUNET_OK to continue to iterate, + * GNUNET_NO to stop iteration with no error, * GNUNET_SYSERR to abort iteration with error! */ typedef int (*GNUNET_FileNameCallback) (void *cls, const char *filename); |