aboutsummaryrefslogtreecommitdiffhomepage
path: root/env_universal.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.h
parentd9bb9b73adc32b91df31ceec299e3194b49710e2 (diff)
Removed array_list_t (!)
Diffstat (limited to 'env_universal.h')
-rw-r--r--env_universal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/env_universal.h b/env_universal.h
index 5754f995..435fc4b7 100644
--- a/env_universal.h
+++ b/env_universal.h
@@ -60,9 +60,6 @@ int env_universal_read_all();
\param show_exported whether exported variables should be shown
\param show_unexported whether unexported variables should be shown
*/
-void env_universal_get_names( array_list_t *l,
- int show_exported,
- int show_unexported );
void env_universal_get_names2( wcstring_list_t &list,
int show_exported,
int show_unexported );