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, 3 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: /*************************************************************************
    2: * (C) 2010 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
    3: *  by Michael Pounov <misho@openbsd-bg.org>
    4: *
    5: * $Author: misho $
    6: * $Id: file.h,v 1.1 2010/03/24 16:00:15 misho Exp $
    7: *
    8: *************************************************************************/
    9: #ifndef __FILE_H
   10: #define __FILE_H
   11: 
   12: 
   13: int syncOpen(const char *, int);
   14: inline int syncTemp(char * __restrict, int);
   15: void syncClose(int);
   16: 
   17: int syncEOF(int f);
   18: 
   19: 
   20: #endif

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