aboutsummaryrefslogtreecommitdiff
path: root/src/rc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-09-18 12:20:55 +0000
committerRoy Marples <roy@marples.name>2007-09-18 12:20:55 +0000
commitc8b03c96b7da55de503c8e3cdab8d49d7358dd17 (patch)
treecf824b6bcc02c221321019c8035445ced4927818 /src/rc.h
parent807e4afbed9f2802b02f35b738661126e0295bc9 (diff)
API change! rc_config_env is renamed to rc_make_env and takes no argument.
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);