aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-08-12 06:22:43 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-08-12 06:22:43 +0300
commit52306503277c1259eeb704d6b94aed0392536e76 (patch)
tree1f5141a07f7cc54a2c65330830512b1984d78a77 /awk.h
parent7cc33dc5325181f26ded26b745229147e130bab1 (diff)
downloadegawk-52306503277c1259eeb704d6b94aed0392536e76.tar.gz
egawk-52306503277c1259eeb704d6b94aed0392536e76.tar.bz2
egawk-52306503277c1259eeb704d6b94aed0392536e76.zip
Rebuild record upon OFS being changed.
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/awk.h b/awk.h
index 2370a9b2..a232e7a0 100644
--- a/awk.h
+++ b/awk.h
@@ -1471,6 +1471,7 @@ extern NODE *get_actual_argument(int, bool, bool);
extern void init_fields(void);
extern void set_record(const char *buf, int cnt);
extern void reset_record(void);
+extern void rebuild_record(void);
extern void set_NF(void);
extern NODE **get_field(long num, Func_ptr *assign);
extern NODE *do_split(int nargs);