Diff for /libaitsync/inc/tool.h between versions 1.1.1.1 and 1.1.1.1.2.2

version 1.1.1.1, 2010/03/24 16:00:15 version 1.1.1.1.2.2, 2011/05/09 13:46:11
Line 12 Line 12
   
 inline void sync_mksig(int id, off_t off, u_char * __restrict buf, int buflen, sync_chunk_t * __restrict sc);  inline void sync_mksig(int id, off_t off, u_char * __restrict buf, int buflen, sync_chunk_t * __restrict sc);
   
   #ifndef HAVE_MKSTEMPS
   int mkstemps(char *path, int slen);
   #endif
   
   
 #endif  #endif

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>