aboutsummaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorCody Peter Mello <melloc@writev.io>2018-10-19 15:07:53 -0700
committerCody Peter Mello <melloc@writev.io>2019-06-14 14:54:11 -0700
commitb46368059445b51d28d8899ffb8f457c1642b6cb (patch)
treee742c5577bff07ad017f5ba7bd9343eb2248353c /proto.h
parentfabf9efece19b24f11aa26dd4b63f7af52ab4bcc (diff)
downloadone-true-awk-b46368059445b51d28d8899ffb8f457c1642b6cb.tar.gz
Update field-splitting behaviour to match POSIX definition
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index ad6f2e8..e44370d 100644
--- a/proto.h
+++ b/proto.h
@@ -116,6 +116,7 @@ extern void recinit(unsigned int);
extern void initgetrec(void);
extern void makefields(int, int);
extern void growfldtab(int n);
+extern void savefs(void);
extern int getrec(char **, int *, int);
extern void nextfile(void);
extern int readrec(char **buf, int *bufsize, FILE *inf);