diff options
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1510,7 +1510,7 @@ extern NODE *get_actual_argument(NODE *, int, bool); #endif /* field.c */ extern void init_fields(void); -extern void set_record(const char *buf, int cnt, const int *); +extern void set_record(const char *buf, int cnt, const awk_input_field_info_t *); extern void reset_record(void); extern void rebuild_record(void); extern void set_NF(void); |