aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-08-12 21:58:24 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-08-12 21:58:24 +0300
commit8f2c2755573b81c1e2c9ef1c42c529d13396d4d2 (patch)
tree99eaa148631402d7fe600fdcd7ba402c74d13ff2 /awk.h
parent09dca22666681470a207083f339083a1a4a8c973 (diff)
parent9e2907afe246b3930d9ae6043a2657c4492f4507 (diff)
downloadegawk-8f2c2755573b81c1e2c9ef1c42c529d13396d4d2.tar.gz
egawk-8f2c2755573b81c1e2c9ef1c42c529d13396d4d2.tar.bz2
egawk-8f2c2755573b81c1e2c9ef1c42c529d13396d4d2.zip
Merge branch 'master' into comment
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 64d3d7ba..eed5c3a1 100644
--- a/awk.h
+++ b/awk.h
@@ -1474,6 +1474,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);