aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-08-28 22:02:44 +1000
committerGravatar axel <axel@liljencrantz.se>2006-08-28 22:02:44 +1000
commit53ea5d60b7433c06bdae94865c7b4be44fef79ed (patch)
tree9e583c61042ad9bff8e43d04a391f7a7695ac1c7 /env.h
parent9525f429c636aca14f67a644e747c0258f7705ca (diff)
Minor code tweaks, mostly things like indentation, but also a ferw code reorderings
darcs-hash:20060828120244-ac50b-ad4be149ff245b6f799452f9eeff7bcc60af1526.gz
Diffstat (limited to 'env.h')
-rw-r--r--env.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/env.h b/env.h
index 405b9c1e..ea59ecab 100644
--- a/env.h
+++ b/env.h
@@ -129,7 +129,6 @@ 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 );