summaryrefslogtreecommitdiffstats
path: root/lib/include/util.h
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <bigfoot@figboot.dev>2026-01-16 16:54:39 -0600
committerLibravatar bigfoot547 <bigfoot@figboot.dev>2026-01-16 16:54:39 -0600
commit0566f0804b7e48a1070d0d3a5d0f6817b4003a05 (patch)
tree4a24ec6f813cde96295b981ba3f6e44a6c40b8c7 /lib/include/util.h
parentdownload jobs (diff)
move include directory
Diffstat (limited to 'lib/include/util.h')
-rw-r--r--lib/include/util.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/include/util.h b/lib/include/util.h
deleted file mode 100644
index 5ef3c8b..0000000
--- a/lib/include/util.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#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