From 7a1eef12299f4b030bfb77d9bbb133d0ba2ee674 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Fri, 28 Apr 2023 15:13:10 -0400 Subject: add tail --- src/shared.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared.h') 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); -- cgit v1.2.3-freya