aboutsummaryrefslogtreecommitdiffstats
path: root/lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'lock.c')
-rw-r--r--lock.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/lock.c b/lock.c
new file mode 100644
index 0000000..79a7b4f
--- /dev/null
+++ b/lock.c
@@ -0,0 +1,15 @@
+#include "config.h"
+#include "lock.h"
+
+RCSID("$Id: lock.c,v 1.1.1.1 1999/02/02 23:29:39 shmit Exp $");
+
+int
+lock_create(const char *name)
+{
+ return 0;
+}
+
+void
+lock_delete(const char *name)
+{
+}