aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_crypto_lib.h1
-rw-r--r--src/include/gnunet_strings_lib.h4
2 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 04b460446..6224546b9 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -346,6 +346,7 @@ GNUNET_CRYPTO_random_permute (enum GNUNET_CRYPTO_Quality mode, unsigned int n);
346void 346void
347GNUNET_CRYPTO_aes_create_session_key (struct GNUNET_CRYPTO_AesSessionKey *key); 347GNUNET_CRYPTO_aes_create_session_key (struct GNUNET_CRYPTO_AesSessionKey *key);
348 348
349
349/** 350/**
350 * Check that a new session key is well-formed. 351 * Check that a new session key is well-formed.
351 * 352 *
diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h
index 1398a0826..997ca7dd9 100644
--- a/src/include/gnunet_strings_lib.h
+++ b/src/include/gnunet_strings_lib.h
@@ -66,12 +66,12 @@ GNUNET_STRINGS_fancy_size_to_bytes (const char *fancy_size,
66 * Convert a given fancy human-readable time to our internal 66 * Convert a given fancy human-readable time to our internal
67 * representation. 67 * representation.
68 * 68 *
69 * @param fancy_size human readable string (i.e. 1 minute) 69 * @param fancy_time human readable string (i.e. 1 minute)
70 * @param rtime set to the relative time 70 * @param rtime set to the relative time
71 * @return GNUNET_OK on success, GNUNET_SYSERR on error 71 * @return GNUNET_OK on success, GNUNET_SYSERR on error
72 */ 72 */
73int 73int
74GNUNET_STRINGS_fancy_time_to_relative (const char *fancy_size, 74GNUNET_STRINGS_fancy_time_to_relative (const char *fancy_time,
75 struct GNUNET_TIME_Relative *rtime); 75 struct GNUNET_TIME_Relative *rtime);
76 76
77 77