12 lines
293 B
Text
12 lines
293 B
Text
$NetBSD: patch-ad,v 1.1 2007/10/01 11:02:45 rillig Exp $
|
|
|
|
--- uucplock.h.orig 2007-10-01 12:47:25.072297000 +0200
|
|
+++ uucplock.h 2007-10-01 12:47:25.072925000 +0200
|
|
@@ -0,0 +1,7 @@
|
|
+#ifndef UUCPLOCK_H
|
|
+#define UUCPLOCK_H
|
|
+
|
|
+extern int uu_lock(char *);
|
|
+extern int uu_unlock(char *);
|
|
+
|
|
+#endif
|