aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_logging.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 22:26:23 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:54:58 +0100
commit98594a4d88fe911b57505e94ab3a1a9a6219ea0e (patch)
tree88ed10c8bd8f9dee8b7d8128052c6c68f0cb5c80 /src/util/common_logging.c
parent26cbf92d6e00b98787d1fb89da1f2089d9f76b1c (diff)
downloadgnunet-98594a4d88fe911b57505e94ab3a1a9a6219ea0e.tar.gz
gnunet-98594a4d88fe911b57505e94ab3a1a9a6219ea0e.zip
-DOC: Documentation cleanup pass through rest of UTIL libraries
Diffstat (limited to 'src/util/common_logging.c')
-rw-r--r--src/util/common_logging.c38
1 files changed, 1 insertions, 37 deletions
diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index 27d9ca3ce..9fa848224 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -1154,15 +1154,6 @@ GNUNET_h2s2 (const struct GNUNET_HashCode *hc)
1154} 1154}
1155 1155
1156 1156
1157/**
1158 * @ingroup logging
1159 * Convert a public key value to a string (for printing debug messages).
1160 * This is one of the very few calls in the entire API that is
1161 * NOT reentrant!
1162 *
1163 * @param hc the hash code
1164 * @return string
1165 */
1166const char * 1157const char *
1167GNUNET_p2s (const struct GNUNET_CRYPTO_EddsaPublicKey *p) 1158GNUNET_p2s (const struct GNUNET_CRYPTO_EddsaPublicKey *p)
1168{ 1159{
@@ -1176,15 +1167,6 @@ GNUNET_p2s (const struct GNUNET_CRYPTO_EddsaPublicKey *p)
1176} 1167}
1177 1168
1178 1169
1179/**
1180 * @ingroup logging
1181 * Convert a public key value to a string (for printing debug messages).
1182 * This is one of the very few calls in the entire API that is
1183 * NOT reentrant!
1184 *
1185 * @param hc the hash code
1186 * @return string
1187 */
1188const char * 1170const char *
1189GNUNET_p2s2 (const struct GNUNET_CRYPTO_EddsaPublicKey *p) 1171GNUNET_p2s2 (const struct GNUNET_CRYPTO_EddsaPublicKey *p)
1190{ 1172{
@@ -1198,15 +1180,6 @@ GNUNET_p2s2 (const struct GNUNET_CRYPTO_EddsaPublicKey *p)
1198} 1180}
1199 1181
1200 1182
1201/**
1202 * @ingroup logging
1203 * Convert a public key value to a string (for printing debug messages).
1204 * This is one of the very few calls in the entire API that is
1205 * NOT reentrant!
1206 *
1207 * @param hc the hash code
1208 * @return string
1209 */
1210const char * 1183const char *
1211GNUNET_e2s (const struct GNUNET_CRYPTO_EcdhePublicKey *p) 1184GNUNET_e2s (const struct GNUNET_CRYPTO_EcdhePublicKey *p)
1212{ 1185{
@@ -1220,15 +1193,6 @@ GNUNET_e2s (const struct GNUNET_CRYPTO_EcdhePublicKey *p)
1220} 1193}
1221 1194
1222 1195
1223/**
1224 * @ingroup logging
1225 * Convert a public key value to a string (for printing debug messages).
1226 * This is one of the very few calls in the entire API that is
1227 * NOT reentrant!
1228 *
1229 * @param hc the hash code
1230 * @return string
1231 */
1232const char * 1196const char *
1233GNUNET_e2s2 (const struct GNUNET_CRYPTO_EcdhePublicKey *p) 1197GNUNET_e2s2 (const struct GNUNET_CRYPTO_EcdhePublicKey *p)
1234{ 1198{
@@ -1476,7 +1440,7 @@ GNUNET_log_config_invalid (enum GNUNET_ErrorType kind,
1476 * Set the async scope for the current thread. 1440 * Set the async scope for the current thread.
1477 * 1441 *
1478 * @param aid the async scope identifier 1442 * @param aid the async scope identifier
1479 * @param old_scope[out] location to save the old scope 1443 * @param[out] old_scope location to save the old scope
1480 */ 1444 */
1481void 1445void
1482GNUNET_async_scope_enter (const struct GNUNET_AsyncScopeId *aid, 1446GNUNET_async_scope_enter (const struct GNUNET_AsyncScopeId *aid,