diff options
Diffstat (limited to 'common/os_calls.h')
| -rw-r--r-- | common/os_calls.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/os_calls.h b/common/os_calls.h index 94b857df..5c7d848e 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -31,6 +31,10 @@ #include "arch.h" +int APP_CC +g_rm_temp_dir(void); +int APP_CC +g_mk_temp_dir(const char* app_name); void APP_CC g_init(const char* app_name); void APP_CC |
