aboutsummaryrefslogtreecommitdiff
path: root/src/rc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc.h')
-rw-r--r--src/rc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc.h b/src/rc.h
index 6357e720..4dca669a 100644
--- a/src/rc.h
+++ b/src/rc.h
@@ -194,7 +194,7 @@ char *rc_get_config_entry (char **list, const char *entry);
/* Make an environment list which filters out all unwanted values
and loads it up with our RC config */
char **rc_filter_env (void);
-char **rc_config_env (char **env);
+char **rc_make_env (void);
/* Handy functions for dealing with string arrays of char ** */
char *rc_strlist_add (char ***list, const char *item);