aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gns_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_gns_service.h')
-rw-r--r--src/include/gnunet_gns_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h
index fcb71fa6f..3e3d140b9 100644
--- a/src/include/gnunet_gns_service.h
+++ b/src/include/gnunet_gns_service.h
@@ -215,7 +215,7 @@ GNUNET_GNS_cancel_lookup_request (struct GNUNET_GNS_LookupRequest *lr);
215 * called only once 215 * called only once
216 * 216 *
217 * @param cls closure 217 * @param cls closure
218 * @param short_name the shortened name or NULL if no result 218 * @param short_name the shortened name or NULL if no result / error
219 */ 219 */
220typedef void (*GNUNET_GNS_ShortenResultProcessor) (void *cls, 220typedef void (*GNUNET_GNS_ShortenResultProcessor) (void *cls,
221 const char* short_name); 221 const char* short_name);