aboutsummaryrefslogtreecommitdiff
path: root/proc/vos_set.h
diff options
context:
space:
mode:
authorm.shulhan <ms@kilabit.org>2009-08-30 22:39:23 +0700
committerm.shulhan <ms@kilabit.org>2009-08-30 22:39:23 +0700
commit65a7b444bcd8eed57245a1f112b83af5770fbbd4 (patch)
tree80163dbaeb5c0c33111d072c5dc7f2edafb88277 /proc/vos_set.h
parent168bef43351b3c2c57e177a0ef881c1dd0cfeaf3 (diff)
downloadvos-65a7b444bcd8eed57245a1f112b83af5770fbbd4.tar.xz
Vos: use system environment to initialize Vos global variable.
proc/vos_set: - set_proc_tmp_dir_value(): make it global function. proc/vos_sort: - sort_process(): set return value to null.
Diffstat (limited to 'proc/vos_set.h')
-rw-r--r--proc/vos_set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proc/vos_set.h b/proc/vos_set.h
index 5d2445d..91dd6be 100644
--- a/proc/vos_set.h
+++ b/proc/vos_set.h
@@ -6,6 +6,7 @@
#include "op/vos_LL.h"
#include "op/vos_StmtSet.h"
+int set_proc_tmp_dir_value(char *tmp);
int vos_process_set(struct StmtSet *set);
#endif