summaryrefslogtreecommitdiffstats
path: root/lib/include/util.h
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <bigfoot@figboot.dev>2026-01-12 16:30:37 -0600
committerLibravatar bigfoot547 <bigfoot@figboot.dev>2026-01-12 16:30:37 -0600
commit2016dceaa9cfc65ee80ee7e433331390f4263744 (patch)
treed0c97b2ab5fc1933298a050f167b6a68fff08c89 /lib/include/util.h
parentadd support for verified files (diff)
download jobs
Diffstat (limited to 'lib/include/util.h')
-rw-r--r--lib/include/util.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/include/util.h b/lib/include/util.h
new file mode 100644
index 0000000..5ef3c8b
--- /dev/null
+++ b/lib/include/util.h
@@ -0,0 +1,8 @@
+#ifndef VL_UTIL_H_INCLUDED
+#define VL_UTIL_H_INCLUDED
+
+#include <sys/stat.h>
+
+int vl_mkdir_parents(int fd, char *path, mode_t mode);
+
+#endif