aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorStephen Davies <sdavies@sdc.com.au>2014-08-24 10:26:36 +0930
committerStephen Davies <sdavies@sdc.com.au>2014-08-24 10:26:36 +0930
commit8006ef4ca16fa8264dcc1e849783e1f4ce4978a1 (patch)
treee67f3ace9563ebb83d15a438b2124298486d39c0 /awk.h
parent9a7e5828f29d3f5daba5dc5ef1f6b9cd87f596b8 (diff)
parent8f2c2755573b81c1e2c9ef1c42c529d13396d4d2 (diff)
downloadegawk-8006ef4ca16fa8264dcc1e849783e1f4ce4978a1.tar.gz
egawk-8006ef4ca16fa8264dcc1e849783e1f4ce4978a1.tar.bz2
egawk-8006ef4ca16fa8264dcc1e849783e1f4ce4978a1.zip
Merge branch 'comment' of ssh://git.sv.gnu.org/srv/git/gawk into comment
Remote changes?
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);