[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.8 and 1.9

version 1.8, 2002/02/16 21:27:46 version 1.9, 2002/02/17 19:42:30
Line 79 
Line 79 
         char desc[MAXDESC];     /* description */          char desc[MAXDESC];     /* description */
 };  };
   
 #include <stdio.h>      /* Include that here, to make sure __P gets defined */  
   
 #ifndef __P  
 # ifdef __STDC__ || __cplusplus  
 #  define __P(a) a  
 # else  
 #  define __P(a) ()  
 #  define const  
 # endif  
 #endif  
   
 extern int   apprentice(char *, int);  extern int   apprentice(char *, int);
 extern int   ascmagic(unsigned char *, int);  extern int   ascmagic(unsigned char *, int);
 extern void  ckfputs(const char *, FILE *);  extern void  ckfputs(const char *, FILE *);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9