aboutsummaryrefslogtreecommitdiffhomepage
path: root/env_universal_common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2011-12-27 18:41:38 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2011-12-27 18:41:38 -0800
commit46fa2dd2f0d104471bbb00b8e119decd91cda71d (patch)
tree77b0fe4f1a4010a576ffea441f12cc0aa40f2c4d /env_universal_common.h
parent451399b3445f2a8f929bfe8893df9b3e931ac2b1 (diff)
Migration of screen away from ad-hoc lists
Diffstat (limited to 'env_universal_common.h')
-rw-r--r--env_universal_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/env_universal_common.h b/env_universal_common.h
index 808c6d00..42200b7e 100644
--- a/env_universal_common.h
+++ b/env_universal_common.h
@@ -152,6 +152,9 @@ void env_universal_common_destroy();
void env_universal_common_get_names( array_list_t *l,
int show_exported,
int show_unexported );
+void env_universal_common_get_names2( wcstring_list_t &lst,
+ int show_exported,
+ int show_unexported );
/**
Perform the specified variable assignment.