aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_configuration_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_configuration_lib.h')
-rw-r--r--src/include/gnunet_configuration_lib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_configuration_lib.h b/src/include/gnunet_configuration_lib.h
index 334d81367..e736bdeb0 100644
--- a/src/include/gnunet_configuration_lib.h
+++ b/src/include/gnunet_configuration_lib.h
@@ -424,7 +424,9 @@ GNUNET_CONFIGURATION_get_value_yesno (const struct GNUNET_CONFIGURATION_Handle
424 * to VAR2. 424 * to VAR2.
425 * 425 *
426 * @param cfg configuration to use for path expansion 426 * @param cfg configuration to use for path expansion
427 * @param orig string to $-expand (will be freed!) 427 * @param orig string to $-expand (will be freed!) Note that multiple
428 * $-expressions can be present in this string. They will all be
429 * $-expanded.
428 * @return $-expanded string 430 * @return $-expanded string
429 */ 431 */
430char * 432char *