File:  [ELWIX - Embedded LightWeight unIX -] / libaitsync / inc / tool.h
Revision 1.1.1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Sun May 8 00:49:45 2011 UTC (13 years, 2 months ago) by misho
Branches: sync1_0
Diff to: branchpoint 1.1.1.1: preferred, unified
added check for missing function in NetBSD
added check for missing header in NetBSD
fix type in snprintf in amd64

/*************************************************************************
* (C) 2010 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
*  by Michael Pounov <misho@openbsd-bg.org>
*
* $Author: misho $
* $Id: tool.h,v 1.1.1.1.2.1 2011/05/08 00:49:45 misho Exp $
*
*************************************************************************/
#ifndef __TOOL_H
#define __TOOL_H


inline void sync_mksig(int id, off_t off, u_char * __restrict buf, int buflen, sync_chunk_t * __restrict sc);

#ifndef HAVE_MKSTEMPS
#endif


#endif

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