=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/softmagic.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/file/Attic/softmagic.c 2001/11/19 19:02:13 1.5 --- src/usr.bin/file/Attic/softmagic.c 2002/02/16 21:27:46 1.6 *************** *** 1,4 **** ! /* $OpenBSD: softmagic.c,v 1.5 2001/11/19 19:02:13 mpech Exp $ */ /* * softmagic - interpret variable magic from /etc/magic --- 1,4 ---- ! /* $OpenBSD: softmagic.c,v 1.6 2002/02/16 21:27:46 millert Exp $ */ /* * softmagic - interpret variable magic from /etc/magic *************** *** 37,52 **** #include "file.h" #ifndef lint ! static char *moduleid = "$OpenBSD: softmagic.c,v 1.5 2001/11/19 19:02:13 mpech Exp $"; #endif /* lint */ ! static int match __P((unsigned char *, int)); static int mget __P((union VALUETYPE *, unsigned char *, struct magic *, int)); ! static int mcheck __P((union VALUETYPE *, struct magic *)); ! static int32 mprint __P((union VALUETYPE *, struct magic *)); ! static void mdebug __P((int32, char *, int)); ! static int mconvert __P((union VALUETYPE *, struct magic *)); /* * softmagic - lookup one file in database --- 37,52 ---- #include "file.h" #ifndef lint ! static char *moduleid = "$OpenBSD: softmagic.c,v 1.6 2002/02/16 21:27:46 millert Exp $"; #endif /* lint */ ! static int match(unsigned char *, int); static int mget __P((union VALUETYPE *, unsigned char *, struct magic *, int)); ! static int mcheck(union VALUETYPE *, struct magic *); ! static int32 mprint(union VALUETYPE *, struct magic *); ! static void mdebug(int32, char *, int); ! static int mconvert(union VALUETYPE *, struct magic *); /* * softmagic - lookup one file in database