[BACK]Return to softmagic.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / file

Diff for /src/usr.bin/file/Attic/softmagic.c between version 1.5 and 1.6

version 1.5, 2001/11/19 19:02:13 version 1.6, 2002/02/16 21:27:46
Line 40 
Line 40 
 static char *moduleid = "$OpenBSD$";  static char *moduleid = "$OpenBSD$";
 #endif  /* lint */  #endif  /* lint */
   
 static int match        __P((unsigned char *, int));  static int match(unsigned char *, int);
 static int mget         __P((union VALUETYPE *,  static int mget         __P((union VALUETYPE *,
                              unsigned char *, struct magic *, int));                               unsigned char *, struct magic *, int));
 static int mcheck       __P((union VALUETYPE *, struct magic *));  static int mcheck(union VALUETYPE *, struct magic *);
 static int32 mprint     __P((union VALUETYPE *, struct magic *));  static int32 mprint(union VALUETYPE *, struct magic *);
 static void mdebug      __P((int32, char *, int));  static void mdebug(int32, char *, int);
 static int mconvert     __P((union VALUETYPE *, struct magic *));  static int mconvert(union VALUETYPE *, struct magic *);
   
 /*  /*
  * softmagic - lookup one file in database   * softmagic - lookup one file in database

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6