aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lockfile.c17
-rw-r--r--src/lockfile.h23
2 files changed, 40 insertions, 0 deletions
diff --git a/src/lockfile.c b/src/lockfile.c
new file mode 100644
index 0000000..4f94c57
--- /dev/null
+++ b/src/lockfile.c
@@ -0,0 +1,17 @@
+/*
+ * lockfile.c:
+ *
+ * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
+ * All rights reserved.
+ *
+ */
+
+static char rcsid[] = "$Id$";
+
+/*
+ * $Log$
+ * Revision 1.1 2008/02/15 15:09:17 james
+ * *** empty log message ***
+ *
+ */
+
diff --git a/src/lockfile.h b/src/lockfile.h
new file mode 100644
index 0000000..660490c
--- /dev/null
+++ b/src/lockfile.h
@@ -0,0 +1,23 @@
+/*
+ * lockfile.h:
+ *
+ * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
+ * All rights reserved.
+ *
+ */
+
+/*
+ * $Id$
+ */
+
+/*
+ * $Log$
+ * Revision 1.1 2008/02/15 15:09:17 james
+ * *** empty log message ***
+ *
+ */
+
+#ifndef __LOCKFILE_H__
+#define __LOCKFILE_H__
+
+#endif /* __LOCKFILE_H__ */