Annotation of libaitsync/inc/tool.h, revision 1.1.1.1.2.2

1.1       misho       1: /*************************************************************************
                      2: * (C) 2010 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
                      3: *  by Michael Pounov <misho@openbsd-bg.org>
                      4: *
                      5: * $Author: misho $
1.1.1.1.2.2! misho       6: * $Id: tool.h,v 1.1.1.1.2.1 2011/05/08 00:49:45 misho Exp $
1.1       misho       7: *
                      8: *************************************************************************/
                      9: #ifndef __TOOL_H
                     10: #define __TOOL_H
                     11: 
                     12: 
                     13: inline void sync_mksig(int id, off_t off, u_char * __restrict buf, int buflen, sync_chunk_t * __restrict sc);
                     14: 
1.1.1.1.2.1  misho      15: #ifndef HAVE_MKSTEMPS
1.1.1.1.2.2! misho      16: int mkstemps(char *path, int slen);
1.1.1.1.2.1  misho      17: #endif
                     18: 
1.1       misho      19: 
                     20: #endif

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