summaryrefslogtreecommitdiff
path: root/usr.bin/awk/proto.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2010-06-13 17:58:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2010-06-13 17:58:20 +0000
commite1944808d62d45bb05963968faa0fde7ab36feed (patch)
treee1eab458bf1c3c4ed0086fd00a545d5fb37f6a34 /usr.bin/awk/proto.h
parent8f4c1ffb8acb761c9d473f9b615bf9056ed164a0 (diff)
Update awk to May 23, 2010 version. OK miod@
Diffstat (limited to 'usr.bin/awk/proto.h')
-rw-r--r--usr.bin/awk/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/awk/proto.h b/usr.bin/awk/proto.h
index 934200d300a..07c558b7633 100644
--- a/usr.bin/awk/proto.h
+++ b/usr.bin/awk/proto.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: proto.h,v 1.7 2002/12/19 21:24:28 millert Exp $ */
+/* $OpenBSD: proto.h,v 1.8 2010/06/13 17:58:19 millert Exp $ */
/****************************************************************
Copyright (C) Lucent Technologies 1997
All Rights Reserved
@@ -150,7 +150,7 @@ extern Cell *call(Node **, int);
extern Cell *copycell(Cell *);
extern Cell *arg(Node **, int);
extern Cell *jump(Node **, int);
-extern Cell *getline(Node **, int);
+extern Cell *awkgetline(Node **, int);
extern Cell *getnf(Node **, int);
extern Cell *array(Node **, int);
extern Cell *awkdelete(Node **, int);