--- libaitsync/inc/file.h 2011/05/09 14:36:33 1.2 +++ libaitsync/inc/file.h 2011/05/10 21:02:46 1.2.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: file.h,v 1.2 2011/05/09 14:36:33 misho Exp $ +* $Id: file.h,v 1.2.2.1 2011/05/10 21:02:46 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -47,11 +47,11 @@ SUCH DAMAGE. #define __FILE_H -int syncOpen(const char *, int); +inline int syncOpen(const char *, int); inline int syncTemp(char * __restrict, int); -void syncClose(int); +inline void syncClose(int); -int syncEOF(int f); +inline int syncEOF(int f); #endif