aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-05 22:40:56 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-05 22:40:56 +0000
commit2315ef124c25961fc88eadbf6b9d396de5d8f992 (patch)
treea7754822a32082cba386d0006b34280c1cd78358 /src/include
parent75d1e5a653155827bc49e84b8e9333715f7dea31 (diff)
downloadgnunet-2315ef124c25961fc88eadbf6b9d396de5d8f992.tar.gz
gnunet-2315ef124c25961fc88eadbf6b9d396de5d8f992.zip
-doxygen
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_fs_service.h3
-rw-r--r--src/include/gnunet_namestore_service.h2
-rw-r--r--src/include/gnunet_revocation_service.h2
3 files changed, 2 insertions, 5 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index 3a3228a6e..dbd885353 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -1841,9 +1841,6 @@ GNUNET_FS_file_information_create_from_reader (struct GNUNET_FS_Handle *h,
1841 1841
1842/** 1842/**
1843 * Create an entry for an empty directory in a publish-structure. 1843 * Create an entry for an empty directory in a publish-structure.
1844 * This function should be used by applications for which the
1845 * use of #GNUNET_FS_file_information_create_from_directory
1846 * is not appropriate.
1847 * 1844 *
1848 * @param h handle to the file sharing subsystem 1845 * @param h handle to the file sharing subsystem
1849 * @param client_info initial client-info value for this entry 1846 * @param client_info initial client-info value for this entry
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index c296d5eec..adc1a7e1d 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -568,7 +568,7 @@ GNUNET_NAMESTORE_string_to_value (uint32_t type,
568/** 568/**
569 * Convert a type name (i.e. "AAAA") to the corresponding number. 569 * Convert a type name (i.e. "AAAA") to the corresponding number.
570 * 570 *
571 * @param typename name to convert 571 * @param dns_typename name to convert
572 * @return corresponding number, UINT32_MAX on error 572 * @return corresponding number, UINT32_MAX on error
573 */ 573 */
574uint32_t 574uint32_t
diff --git a/src/include/gnunet_revocation_service.h b/src/include/gnunet_revocation_service.h
index 0cbe0ea14..1df44b066 100644
--- a/src/include/gnunet_revocation_service.h
+++ b/src/include/gnunet_revocation_service.h
@@ -104,7 +104,7 @@ struct GNUNET_REVOCATION_Handle;
104 * (called with `is_valid` being #GNUNET_NO if 104 * (called with `is_valid` being #GNUNET_NO if
105 * the revocation worked). 105 * the revocation worked).
106 * @param func_cls closure to pass to @a func 106 * @param func_cls closure to pass to @a func
107 * @return handle to use in #GNUNET_REVOCATION_cancel to stop REVOCATION from invoking the callback 107 * @return handle to use in #GNUNET_REVOCATION_revoke_cancel to stop REVOCATION from invoking the callback
108 */ 108 */
109struct GNUNET_REVOCATION_Handle * 109struct GNUNET_REVOCATION_Handle *
110GNUNET_REVOCATION_revoke (const struct GNUNET_CONFIGURATION_Handle *cfg, 110GNUNET_REVOCATION_revoke (const struct GNUNET_CONFIGURATION_Handle *cfg,