File:  [ELWIX - Embedded LightWeight unIX -] / libaitsync / inc / file.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Mar 24 16:00:15 2010 UTC (14 years, 2 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

/*************************************************************************
* (C) 2010 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
*  by Michael Pounov <misho@openbsd-bg.org>
*
* $Author: misho $
* $Id: file.h,v 1.1 2010/03/24 16:00:15 misho Exp $
*
*************************************************************************/
#ifndef __FILE_H
#define __FILE_H


int syncOpen(const char *, int);
inline int syncTemp(char * __restrict, int);
void syncClose(int);

int syncEOF(int f);


#endif

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