aboutsummaryrefslogtreecommitdiffhomepage
path: root/env_universal_common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-21 10:47:21 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-21 10:47:21 -0800
commit2206e221bd58b19141872c062012b6a9db0d73a2 (patch)
tree93e489e678065902ac2b527cb9bdbe42f9d2f67f /env_universal_common.h
parentd9bb9b73adc32b91df31ceec299e3194b49710e2 (diff)
Removed array_list_t (!)
Diffstat (limited to 'env_universal_common.h')
-rw-r--r--env_universal_common.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/env_universal_common.h b/env_universal_common.h
index 114a51cd..908c5bae 100644
--- a/env_universal_common.h
+++ b/env_universal_common.h
@@ -149,10 +149,7 @@ void env_universal_common_destroy();
This function operate agains the local copy of all universal
variables, it does not communicate with any other process.
*/
-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,
+void env_universal_common_get_names( wcstring_list_t &lst,
int show_exported,
int show_unexported );