aboutsummaryrefslogtreecommitdiffstats
path: root/lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'lock.h')
-rw-r--r--lock.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/lock.h b/lock.h
new file mode 100644
index 0000000..c2e737b
--- /dev/null
+++ b/lock.h
@@ -0,0 +1,9 @@
+/* $Id: lock.h,v 1.1.1.1 1999/02/02 23:29:39 shmit Exp $ */
+
+#ifndef LOCK_H
+# define LOCK_H
+
+int lock_create(const char *name);
+void lock_delete(const char *name);
+
+#endif