diff options
author | Roy Marples <roy@marples.name> | 2007-10-08 11:07:39 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-08 11:07:39 +0000 |
commit | e7dab9bb91344476603cc01a9db95c891e01085d (patch) | |
tree | 7d52e6e6b42222e67bffad0417bde1cc2b78c0a0 /src/rc-misc.h | |
parent | 9d18c195d7c40fb1027f83edd7dbd1a16f2a9698 (diff) |
Move rc_env_filter and rc_env_config out of librc and into rc
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 |