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

Diff for /src/usr.bin/file/magic.h between version 1.5 and 1.6

version 1.5, 2015/04/24 16:24:11 version 1.6, 2015/05/29 14:15:41
Line 31 
Line 31 
 #include <string.h>  #include <string.h>
   
 #define MAGIC_STRING_SIZE 31  #define MAGIC_STRING_SIZE 31
 #define MAGIC_STRENGTH_MULTIPLIER 20  #define MAGIC_STRENGTH_MULTIPLIER 10
   
 enum magic_type {  enum magic_type {
         MAGIC_TYPE_NONE = 0,          MAGIC_TYPE_NONE = 0,

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