aboutsummaryrefslogtreecommitdiff
path: root/util/config_file.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2015-01-12 07:24:01 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2015-01-12 07:24:01 +0000
commit54dd3272da3f4a5fda7dd6ac359b7cf68e21a796 (patch)
tree2e005d0e12c15ac2fb234260204fe1baeb3c8bee /util/config_file.h
parent3ff5baf8cb6770d63f234c261e9af15848bb939c (diff)
downloadsrc-54dd3272da3f4a5fda7dd6ac359b7cf68e21a796.tar.gz
src-54dd3272da3f4a5fda7dd6ac359b7cf68e21a796.zip
Merge upstream version of the local socket patch (upstream svn revisions
3304 through 3309).
Notes
Notes: svn path=/vendor/unbound/dist/; revision=277045
Diffstat (limited to 'util/config_file.h')
-rw-r--r--util/config_file.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/config_file.h b/util/config_file.h
index fd35d7863ae1..327eadc76f7b 100644
--- a/util/config_file.h
+++ b/util/config_file.h
@@ -427,6 +427,12 @@ void config_delete(struct config_file* config);
void config_apply(struct config_file* config);
/**
+ * Find username, sets uid and gid.
+ * @param config: the config structure.
+ */
+void config_lookup_uid(struct config_file* config);
+
+/**
* Set the given keyword to the given value.
* @param config: where to store config
* @param option: option name, including the ':' character.