From 013b7f659985b540e549599ed2e17adb9c81d858 Mon Sep 17 00:00:00 2001 From: dacctal Date: Mon, 25 May 2026 04:13:07 +0000 Subject: frosty telling me one thing that fixes the entire codebase maybe this should just be his project --- include/files.h | 4 ++++ include/vars.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 include/files.h (limited to 'include') 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 diff --git a/include/vars.h b/include/vars.h index 7bb44d3..d635b07 100644 --- a/include/vars.h +++ b/include/vars.h @@ -64,7 +64,7 @@ extern char repo_file[MAX_PATH_LEN]; extern char bin[MAX_PATH_LEN]; extern char lib[MAX_PATH_LEN]; extern char inc[MAX_PATH_LEN]; -extern char pkgblds[MAX_PATH_LEN]; +extern char src[MAX_PATH_LEN]; extern char *install_directories[5]; -- cgit v1.2.3