diff options
| author | m.shulhan <ms@kilabit.org> | 2009-08-30 22:39:23 +0700 |
|---|---|---|
| committer | m.shulhan <ms@kilabit.org> | 2009-08-30 22:39:23 +0700 |
| commit | 65a7b444bcd8eed57245a1f112b83af5770fbbd4 (patch) | |
| tree | 80163dbaeb5c0c33111d072c5dc7f2edafb88277 /proc/vos_set.h | |
| parent | 168bef43351b3c2c57e177a0ef881c1dd0cfeaf3 (diff) | |
| download | vos-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.h | 1 |
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 |
