summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-10-21 18:17:45 +0200
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-10-21 18:17:45 +0200
commit4d1a4dc04344b3794f601ade72c24ca4105af8f4 (patch)
treec2c1ddb9479529a592b840cb4096fb0ac891b03e /src
parent2ff8aca5cc46ae1cf6581807b9920d4a9bbd5b8d (diff)
conf: update description of conf_cur()
Diffstat (limited to 'src')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index e2e89f4..2046216 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -369,7 +369,7 @@ int conf_modules(void)
*
* @return Config object
*
- * @note It is only available during init
+ * @note It is only available after init and before conf_close()
*/
struct conf *conf_cur(void)
{