From 41974ae5265fbc23a06f276f9e008d5dad020e0b Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 30 Aug 2012 16:16:25 -0700 Subject: Rename files for C++ conversion. Does not compile. After updating, you can remove these files, as shown in 'git status': Untracked files: (use "git add ..." to include in what will be committed) src/map/magic-interpreter-lexer.c src/map/magic-interpreter-parser.c src/map/magic-interpreter-parser.h --- src/common/lock.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/common/lock.hpp (limited to 'src/common/lock.hpp') diff --git a/src/common/lock.hpp b/src/common/lock.hpp new file mode 100644 index 0000000..19c1302 --- /dev/null +++ b/src/common/lock.hpp @@ -0,0 +1,8 @@ +#ifndef LOCK_HPP +#define LOCK_HPP +/// 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_HPP -- cgit v1.2.3-70-g09d2