2013-09-26 17:14:40 +02:00

13 lines
293 B
Plaintext

$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