From c9c2a2e547a50357ef1db49e0de9fb8d5b07c231 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 10 Sep 2013 23:23:12 +0000 Subject: -anonymous contribution: patch to add -c support to gnunet-gns-import.sh --- src/identity/gnunet-service-identity.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/identity') diff --git a/src/identity/gnunet-service-identity.c b/src/identity/gnunet-service-identity.c index 409124fde..f55e65019 100644 --- a/src/identity/gnunet-service-identity.c +++ b/src/identity/gnunet-service-identity.c @@ -800,9 +800,9 @@ handle_delete_message (void *cls, struct GNUNET_SERVER_Client *client, * * @param cls NULL * @param filename name of the file to parse - * @return GNUNET_OK to continue to iterate, - * GNUNET_NO to stop iteration with no error, - * GNUNET_SYSERR to abort iteration with error! + * @return #GNUNET_OK to continue to iterate, + * #GNUNET_NO to stop iteration with no error, + * #GNUNET_SYSERR to abort iteration with error! */ static int process_ego_file (void *cls, -- cgit v1.2.3