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

Diff for /src/usr.bin/gzsig/Attic/util.h between version 1.2 and 1.3

version 1.2, 2005/05/28 08:07:45 version 1.3, 2013/03/10 10:34:33
Line 1 
Line 1 
   /* $OpenBSD$ */
 /*  /*
  * util.h   * util.h
  *   *
Line 33 
Line 34 
   
 #ifndef UTIL_H  #ifndef UTIL_H
   
 int             copy_permissions(char *srcfile, char *dstfile);  int             copy_permissions(int srcfd, int dstfd);
 void            fatal(int status, const char *fmt, ...);  void            fatal(int status, const char *fmt, ...);
   
 #endif /* UTIL_H */  #endif /* UTIL_H */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3