aboutsummaryrefslogtreecommitdiff
path: root/src/rc-misc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-08 11:07:39 +0000
committerRoy Marples <roy@marples.name>2007-10-08 11:07:39 +0000
commite7dab9bb91344476603cc01a9db95c891e01085d (patch)
tree7d52e6e6b42222e67bffad0417bde1cc2b78c0a0 /src/rc-misc.h
parent9d18c195d7c40fb1027f83edd7dbd1a16f2a9698 (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.h3
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