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

Diff for /src/usr.bin/file/file.h between version 1.23 and 1.24

version 1.23, 2013/04/17 15:01:26 version 1.24, 2014/05/18 17:50:11
Line 340 
Line 340 
 protected void file_badread(struct magic_set *);  protected void file_badread(struct magic_set *);
 protected void file_badseek(struct magic_set *);  protected void file_badseek(struct magic_set *);
 protected void file_oomem(struct magic_set *, size_t);  protected void file_oomem(struct magic_set *, size_t);
   protected void file_oomem2(struct magic_set *, size_t, size_t);
 protected void file_error(struct magic_set *, int, const char *, ...);  protected void file_error(struct magic_set *, int, const char *, ...);
 protected void file_magerror(struct magic_set *, const char *, ...);  protected void file_magerror(struct magic_set *, const char *, ...);
 protected void file_magwarn(struct magic_set *, const char *, ...);  protected void file_magwarn(struct magic_set *, const char *, ...);

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24