summaryrefslogtreecommitdiff
path: root/usr.bin/tip/tip.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tip/tip.h')
-rw-r--r--usr.bin/tip/tip.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/tip/tip.h b/usr.bin/tip/tip.h
index d24805e81df..c4a7308c24e 100644
--- a/usr.bin/tip/tip.h
+++ b/usr.bin/tip/tip.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tip.h,v 1.38 2010/06/29 18:39:18 nicm Exp $ */
+/* $OpenBSD: tip.h,v 1.39 2010/06/29 20:09:39 nicm Exp $ */
/* $NetBSD: tip.h,v 1.7 1997/04/20 00:02:46 mellon Exp $ */
/*
@@ -285,10 +285,6 @@ void unraw(void);
/* tipout.c */
void tipout(void);
-/* uucplock.c */
-int uu_lock(char *);
-int uu_unlock(char *);
-
/* value.c */
void vinit(void);
void vlex(char *);