aboutsummaryrefslogtreecommitdiff
path: root/include/files.h
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-05-25 04:13:07 +0000
committerdacctal <dacctal@symlinx.net>2026-05-25 04:13:07 +0000
commit013b7f659985b540e549599ed2e17adb9c81d858 (patch)
treedf56ee9e41c8610660e34e1d21014ac8a0fbc871 /include/files.h
parentb916aeed79d56158a38f88d37ad51ef90f9a154d (diff)
frosty telling me one thing that fixes the entire codebase maybe this should just be his project
Diffstat (limited to 'include/files.h')
-rw-r--r--include/files.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/files.h b/include/files.h
new file mode 100644
index 0000000..af00cbb
--- /dev/null
+++ b/include/files.h
@@ -0,0 +1,4 @@
+#ifndef FILES
+#define FILES
+const char *get_filename_ext(const char *filename);
+#endif