summaryrefslogtreecommitdiff
path: root/src/gns/gns_api.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-07-11 20:24:10 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-07-11 20:24:10 +0000
commit829ea8a6c2ee8ac83dcd9874973a9895013837da (patch)
tree6e26c228df433eb017c187bba483e8d74eb843d8 /src/gns/gns_api.c
parent36785d69da8cb4b309c0b08d065be86a91f870f2 (diff)
downloadgnunet-829ea8a6c2ee8ac83dcd9874973a9895013837da.tar.gz
gnunet-829ea8a6c2ee8ac83dcd9874973a9895013837da.zip
-more api
Diffstat (limited to 'src/gns/gns_api.c')
-rw-r--r--src/gns/gns_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gns_api.c b/src/gns/gns_api.c
index 79bd096c5..0ab7ed731 100644
--- a/src/gns/gns_api.c
+++ b/src/gns/gns_api.c
@@ -738,7 +738,7 @@ GNUNET_GNS_cancel_lookup_request (struct GNUNET_GNS_LookupRequest *lr)
738/** 738/**
739 * Cancel pending shorten request 739 * Cancel pending shorten request
740 * 740 *
741 * @param lr the lookup request to cancel 741 * @param sr the lookup request to cancel
742 */ 742 */
743void 743void
744GNUNET_GNS_cancel_shorten_request (struct GNUNET_GNS_ShortenRequest *sr) 744GNUNET_GNS_cancel_shorten_request (struct GNUNET_GNS_ShortenRequest *sr)
@@ -762,7 +762,7 @@ GNUNET_GNS_cancel_shorten_request (struct GNUNET_GNS_ShortenRequest *sr)
762/** 762/**
763 * Cancel pending get auth request 763 * Cancel pending get auth request
764 * 764 *
765 * @param lr the lookup request to cancel 765 * @param gar the lookup request to cancel
766 */ 766 */
767void 767void
768GNUNET_GNS_cancel_get_auth_request (struct GNUNET_GNS_GetAuthRequest *gar) 768GNUNET_GNS_cancel_get_auth_request (struct GNUNET_GNS_GetAuthRequest *gar)