diff options
| author | 2026-01-24 16:04:56 -0600 | |
|---|---|---|
| committer | 2026-01-24 16:04:56 -0600 | |
| commit | 154f94d1fd2de8f6510bfebba848a24c60b1ba8b (patch) | |
| tree | 072bf7b9bb6f3599f54cf200e4d9eedde783c34d /include/util.h | |
| parent | endian functions (diff) | |
gtk stuffHEADmasterbefore-glib
Diffstat (limited to 'include/util.h')
| -rw-r--r-- | include/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h index 5ef3c8b..f6599c1 100644 --- a/include/util.h +++ b/include/util.h @@ -1,8 +1,11 @@ #ifndef VL_UTIL_H_INCLUDED #define VL_UTIL_H_INCLUDED +#include "arena.h" #include <sys/stat.h> int vl_mkdir_parents(int fd, char *path, mode_t mode); +int vl_mkdir_parents_open(int fd, char *path, mode_t nmode); +int vl_get_data_dir(vl_arena *alloc, const char *application, char **opath); #endif |
