diff options
Diffstat (limited to 'src/rc-misc.h')
-rw-r--r-- | src/rc-misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc-misc.h b/src/rc-misc.h index 040cc116..bb3b33dc 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); |