summaryrefslogtreecommitdiff
path: root/src/common/lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/lock.h')
-rw-r--r--src/common/lock.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/common/lock.h b/src/common/lock.h
deleted file mode 100644
index 537305ccf..000000000
--- a/src/common/lock.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
-// For more information, see LICENCE in the main folder
-
-#ifndef _LOCK_H_
-#define _LOCK_H_
-
-#include <stdio.h>
-
-FILE* lock_fopen(const char* filename,int *info);
-int lock_fclose(FILE *fp,const char* filename,int *info);
-
-#endif /* _LOCK_H_ */