From f4b55bc2eb61acba2ce303a78288a003dc7ba020 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Mon, 25 Feb 2008 18:19:48 +0000 Subject: [PATCH] Use "private" instead of "static" for load_1, as it should be. --- src/apprentice.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apprentice.c b/src/apprentice.c index a11047e9..f6760201 100644 --- a/src/apprentice.c +++ b/src/apprentice.c @@ -49,7 +49,7 @@ #include #ifndef lint -FILE_RCSID("@(#)$File: apprentice.c,v 1.125 2008/02/24 01:13:13 rrt Exp $") +FILE_RCSID("@(#)$File: apprentice.c,v 1.126 2008/02/24 01:19:36 rrt Exp $") #endif /* lint */ #define EATAB {while (isascii((unsigned char) *l) && \ @@ -508,7 +508,7 @@ apprentice_sort(const void *a, const void *b) /* * Load and parse one file. */ -static void load_1(struct magic_set *ms, int action, const char *fn, int *errs, +private void load_1(struct magic_set *ms, int action, const char *fn, int *errs, struct magic_entry **marray, uint32_t *marraycount) { char line[BUFSIZ]; -- 2.40.0