diff options
Diffstat (limited to 'src/common/lock.h')
-rw-r--r-- | src/common/lock.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/common/lock.h b/src/common/lock.h deleted file mode 100644 index 2f087fd..0000000 --- a/src/common/lock.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef LOCK_H -#define LOCK_H -/// Locked FILE I/O -// Changes are made in a separate file until lock_fclose -FILE *lock_fopen (const char *filename, int *info); -void lock_fclose (FILE * fp, const char *filename, int *info); - -#endif // LOCK_H |