summaryrefslogtreecommitdiffstats
path: root/contrib/one-true-awk/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/one-true-awk/proto.h')
-rw-r--r--contrib/one-true-awk/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/one-true-awk/proto.h b/contrib/one-true-awk/proto.h
index adda071..0a68b3a 100644
--- a/contrib/one-true-awk/proto.h
+++ b/contrib/one-true-awk/proto.h
@@ -149,7 +149,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);
OpenPOWER on IntegriCloud