From 6deb08a4ab64a998a5844df8f61fb8abe56f5d7b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 12 Jan 2021 22:33:28 -0800 Subject: Added forward declarations for static functions --- file_loader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file_loader.h') diff --git a/file_loader.h b/file_loader.h index 3b0f15b..0094732 100644 --- a/file_loader.h +++ b/file_loader.h @@ -26,7 +26,7 @@ __attribute__((pure, nonnull)) size_t get_char_number(file_t *f, const char *p); __attribute__((pure, nonnull)) const char *get_line(file_t *f, size_t line_number); -__attribute__((nonnull(1,2,3,4), format(printf, 5, 6))) +__attribute__((nonnull(1,2,3), format(printf, 5, 6))) void fprint_line(FILE *dest, file_t *f, const char *start, const char *end, const char *fmt, ...); #endif -- cgit v1.2.3