summaryrefslogtreecommitdiff
path: root/src/rc-misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc-misc.h')
-rw-r--r--src/rc-misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc-misc.h b/src/rc-misc.h
index 040cc11..bb3b33d 100644
--- a/src/rc-misc.h
+++ b/src/rc-misc.h
@@ -111,6 +111,7 @@ static inline bool exists (const char *pathname)
return (stat (pathname, &buf) == 0);
}
+char *rc_conf_value (const char *var);
bool rc_conf_yesno (const char *var);
char **env_filter (void);
char **env_config (void);