summaryrefslogtreecommitdiff
path: root/src/shared.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared.h b/src/shared.h
index 4556d5d..251a993 100644
--- a/src/shared.h
+++ b/src/shared.h
@@ -7,6 +7,7 @@
__attribute__ ((__format__(printf, 1, 2)))
void error(const char* format, ...);
+FILE* get_file_s(const char* path, const char* type);
FILE* get_file(const char* path, const char* type);
long int get_number(const char* text);