From: Reuben Thomas Date: Mon, 25 Feb 2008 18:19:48 +0000 (+0000) Subject: Use "private" instead of "static" for load_1, as it should be. X-Git-Tag: FILE5_05~443 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf0122d0187f27d9b5eea7645a7d245b9a444a3b;p=file Use "private" instead of "static" for load_1, as it should be. --- diff --git a/src/apprentice.c b/src/apprentice.c index 947bd1fd..6a2c6a9b 100644 --- a/src/apprentice.c +++ b/src/apprentice.c @@ -49,7 +49,7 @@ #include #ifndef lint -FILE_RCSID("@(#)$File: apprentice.c,v 1.126 2008/02/24 01:19:36 rrt Exp $") +FILE_RCSID("@(#)$File: apprentice.c,v 1.127 2008/02/25 18:19:48 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];