=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/proto.h,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/awk/proto.h 2020/02/27 21:43:46 1.11 --- src/usr.bin/awk/proto.h 2020/06/10 21:00:01 1.12 *************** *** 1,4 **** ! /* $OpenBSD: proto.h,v 1.11 2020/02/27 21:43:46 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved --- 1,4 ---- ! /* $OpenBSD: proto.h,v 1.12 2020/06/10 21:00:01 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved *************** *** 125,130 **** --- 125,131 ---- extern void fldbld(void); extern void cleanfld(int, int); extern void newfld(int); + extern void setlastfld(int); extern int refldbld(const char *, const char *); extern void recbld(void); extern Cell *fieldadr(int); *************** *** 194,196 **** --- 195,199 ---- extern FILE *popen(const char *, const char *); extern int pclose(FILE *); + + extern const char *flags2str(int flags);