]> granicus.if.org Git - file/commitdiff
Use "private" instead of "static" for load_1, as it should be.
authorReuben Thomas <rrt@sc3d.org>
Mon, 25 Feb 2008 18:19:48 +0000 (18:19 +0000)
committerReuben Thomas <rrt@sc3d.org>
Mon, 25 Feb 2008 18:19:48 +0000 (18:19 +0000)
src/apprentice.c

index 947bd1fd480f18e1b88b854d58072fc0171fc4a7..6a2c6a9b87b408b4fb5b2c7b8c741547c5fcf6fe 100644 (file)
@@ -49,7 +49,7 @@
 #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) && \
@@ -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];