diff options
Diffstat (limited to 'src/rc-misc.h')
-rw-r--r-- | src/rc-misc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rc-misc.h b/src/rc-misc.h index 5f7e55dd..e7bef747 100644 --- a/src/rc-misc.h +++ b/src/rc-misc.h @@ -87,4 +87,7 @@ static inline bool rc_exists (const char *pathname) return (stat (pathname, &buf) == 0); } +char **env_filter (void); +char **env_config (void); + #endif |