summaryrefslogtreecommitdiff
path: root/usr.bin/awk/proto.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-04-18 17:06:32 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-04-18 17:06:32 +0000
commit44df8b77706890435e485c323ff5be8bec119bcb (patch)
tree39bcf9f33f3c403bffd9afa17348950c0329b622 /usr.bin/awk/proto.h
parent47e793c291239affc066833827fbcdb12825e582 (diff)
March 5, 1999 version of the "one true awk"
Diffstat (limited to 'usr.bin/awk/proto.h')
-rw-r--r--usr.bin/awk/proto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/awk/proto.h b/usr.bin/awk/proto.h
index 183fcffc602..4c109137d11 100644
--- a/usr.bin/awk/proto.h
+++ b/usr.bin/awk/proto.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: proto.h,v 1.3 1997/08/25 16:17:13 kstailey Exp $ */
+/* $OpenBSD: proto.h,v 1.4 1999/04/18 17:06:30 millert Exp $ */
/****************************************************************
Copyright (C) Lucent Technologies 1997
All Rights Reserved
@@ -133,7 +133,7 @@ extern void eprint(void);
extern void bclass(int);
extern double errcheck(double, char *);
extern int isclvar(char *);
-extern int isnumber(char *);
+extern int is_number(char *);
extern int adjbuf(char **pb, int *sz, int min, int q, char **pbp, char *what);
extern void run(Node *);
@@ -146,7 +146,7 @@ extern Cell *jump(Node **, int);
extern Cell *getline(Node **, int);
extern Cell *getnf(Node **, int);
extern Cell *array(Node **, int);
-extern Cell *adelete(Node **, int);
+extern Cell *awkdelete(Node **, int);
extern Cell *intest(Node **, int);
extern Cell *matchop(Node **, int);
extern Cell *boolop(Node **, int);