aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-09-14 08:19:47 +0000
committerNathan S. Evans <evans@in.tum.de>2010-09-14 08:19:47 +0000
commita2590eb32c70d8bd3d75ce671a1070afeeb699c4 (patch)
treee219d532f032d404798b60ec39a2547b408657ed /src
parenta42bfc6e2b8770eaf9df1d6e15bede8fb7950ca4 (diff)
downloadgnunet-a2590eb32c70d8bd3d75ce671a1070afeeb699c4.tar.gz
gnunet-a2590eb32c70d8bd3d75ce671a1070afeeb699c4.zip
document
Diffstat (limited to 'src')
-rw-r--r--src/util/configuration.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/configuration.c b/src/util/configuration.c
index 85c17cb7d..005a8f7d3 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -453,11 +453,11 @@ findSection (const struct GNUNET_CONFIGURATION_Handle *cfg,
453 453
454 454
455/** 455/**
456 * FIXME. 456 * Find an entry from a configuration.
457 * 457 *
458 * @param cfg FIXME 458 * @param cfg handle to the configuration
459 * @param section FIXME 459 * @param section section the option is in
460 * @param key FIXME 460 * @param key the option
461 * @return matching entry, NULL if not found 461 * @return matching entry, NULL if not found
462 */ 462 */
463static struct ConfigEntry * 463static struct ConfigEntry *