aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-10 12:51:09 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-10 12:55:22 -0800
commitc18d177b8c666338f1fdc36397f490838cefb036 (patch)
tree472335b9866f0818fd8d5478c2cf4639eea882e2 /env.h
parenta6b3f6b5d44746307330495f608ad7308f8e6d38 (diff)
Additional migration to STL data structures
Diffstat (limited to 'env.h')
-rw-r--r--env.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/env.h b/env.h
index f7c57b53..fec0e905 100644
--- a/env.h
+++ b/env.h
@@ -138,6 +138,7 @@ char **env_export_arr( int recalc );
Insert all variable names into l. These are not copies of the strings and should not be freed after use.
*/
void env_get_names( array_list_t *l, int flags );
+wcstring_list_t env_get_names( int flags );
/**
Update the PWD variable