diff options
Diffstat (limited to 'usr.bin/awk/proto.h')
-rw-r--r-- | usr.bin/awk/proto.h | 4 |
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); |