summaryrefslogtreecommitdiff
path: root/src/rc.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.h
parent9d18c195d7c40fb1027f83edd7dbd1a16f2a9698 (diff)
downloadopenrc-e7dab9bb91344476603cc01a9db95c891e01085d.tar.gz
openrc-e7dab9bb91344476603cc01a9db95c891e01085d.tar.bz2
openrc-e7dab9bb91344476603cc01a9db95c891e01085d.tar.xz
Move rc_env_filter and rc_env_config out of librc and into rc
Diffstat (limited to 'src/rc.h')
-rw-r--r--src/rc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/rc.h b/src/rc.h
index 1ca1c33..049e56b 100644
--- a/src/rc.h
+++ b/src/rc.h
@@ -334,14 +334,6 @@ char **rc_config_load (const char *file);
/*! Return the value of the entry from a key=value list. */
char *rc_config_value (char **list, const char *entry);
-/*! Return a NULL terminated string list of variables allowed through
- * from the current environemnt. */
-char **rc_env_filter (void);
-
-/*! Return a NULL terminated string list of enviroment variables made from
- * our configuration files. */
-char **rc_env_config (void);
-
/*! Check if an environment variable is a boolean and return it's value.
* If variable is not a boolean then we set errno to be ENOENT when it does
* not exist or EINVAL if it's not a boolean.