aboutsummaryrefslogtreecommitdiff
path: root/src/rc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc.h')
-rw-r--r--src/rc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rc.h b/src/rc.h
index 00e6504a..7d1fce0a 100644
--- a/src/rc.h
+++ b/src/rc.h
@@ -357,11 +357,11 @@ 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_filter_env (void);
+char **rc_env_filter (void);
/*! Return a NULL terminated string list of enviroment variables made from
* our configuration files. */
-char **rc_make_env (void);
+char **rc_env_config (void);
/*! @name String List functions
* Handy functions for dealing with string arrays of char **.