Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

lock.h

Go to the documentation of this file.
00001 // $Id: lock.h 1 2006-01-13 22:47:50Z MagicalTux $
00002 #ifndef OA_LOCK_H
00003 #define OA_LOCK_H
00004 
00016 FILE* lock_fopen(const char* filename, int *info);
00017 int   lock_fclose(FILE *fp, const char* filename, int *info);
00018 int lock_open(const char* filename, int *info);
00019 int lock_close(int fp, const char* filename, int *info);
00020 
00023 #endif // OA_LOCK_H
00024 

Generated on Fri Apr 28 10:20:04 2006 for OpenAthena by  doxygen 1.4.4