root/src/common/lock.h @ 21

Revision 1, 316 bytes (checked in by jinshiro, 17 years ago)
Line 
1// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
2// For more information, see LICENCE in the main folder
3
4#ifndef _LOCK_H_
5#define _LOCK_H_
6
7#include <stdio.h>
8
9FILE* lock_fopen(const char* filename,int *info);
10int   lock_fclose(FILE *fp,const char* filename,int *info);
11
12#endif /* _LOCK_H_ */
Note: See TracBrowser for help on using the browser.