[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.29 and 1.30

version 1.29, 2015/04/27 13:52:17 version 1.30, 2016/06/12 21:10:42
Line 25 
Line 25 
 /* User to drop privileges to in child process. */  /* User to drop privileges to in child process. */
 #define FILE_USER "_file"  #define FILE_USER "_file"
   
 /* sandbox.c */  
 int              sandbox_fork(const char *);  
   
 /* text.c */  /* text.c */
 const char      *text_get_type(const void *, size_t);  const char      *text_get_type(const void *, size_t);
 const char      *text_try_words(const void *, size_t, int);  const char      *text_try_words(const void *, size_t, int);

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30