#include <dirent.h>
#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) && \
/*
* 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];