diff options
Diffstat (limited to 'src/set-fields.h')
| -rw-r--r-- | src/set-fields.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set-fields.h b/src/set-fields.h index 85cdb8dcf..61d465f60 100644 --- a/src/set-fields.h +++ b/src/set-fields.h @@ -39,7 +39,7 @@ enum }; /* allocates and initializes the FRP array and N_FRP count */ -extern void set_fields (const char *fieldstr, unsigned int options); +extern void set_fields (char const *fieldstr, unsigned int options); /* frees memory allocated by set_fields() */ extern void reset_fields (void); |
