diff options
-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); |