[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.28 and 1.29

version 1.28, 2015/04/27 13:48:06 version 1.29, 2015/04/27 13:52:17
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.28  
changed lines
  Added in v.1.29