aboutsummaryrefslogtreecommitdiffhomepage
path: root/env_universal.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-03 23:24:46 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-03 23:24:46 +1000
commit96f0cd9946072540a01fc3ec636f7ffbf08f44df (patch)
tree64644a3a0e02986a93e01319435b72d6edfb88dc /env_universal.h
parent101205900b105169c06d9a083304c01f5013d6f4 (diff)
Code cleanup and a few source code comments
darcs-hash:20051003132446-ac50b-53f8231b18fced8371781ad41c9485983e1c5cdc.gz
Diffstat (limited to 'env_universal.h')
-rw-r--r--env_universal.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/env_universal.h b/env_universal.h
index 48cbef7b..7a226f05 100644
--- a/env_universal.h
+++ b/env_universal.h
@@ -46,12 +46,25 @@ void env_universal_set( const wchar_t *name, const wchar_t *val, int export );
*/
void env_universal_remove( const wchar_t *name );
+/**
+ Read all available messages from the server.
+*/
int env_universal_read_all();
+/**
+ Get the names of all universal variables
+
+ \param l the list to insert the names into
+ \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 );
+/**
+ Synchronize with fishd
+*/
void env_universal_barrier();
#endif