API change! rc_config_env is renamed to rc_make_env and takes no argument.

This commit is contained in:
Roy Marples
2007-09-18 12:20:55 +00:00
parent 807e4afbed
commit c8b03c96b7
6 changed files with 9 additions and 6 deletions

View File

@ -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);