summaryrefslogtreecommitdiff
path: root/tftpd/remap.h
diff options
context:
space:
mode:
Diffstat (limited to 'tftpd/remap.h')
-rw-r--r--tftpd/remap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tftpd/remap.h b/tftpd/remap.h
index 69ca08d..7efcf6a 100644
--- a/tftpd/remap.h
+++ b/tftpd/remap.h
@@ -35,7 +35,7 @@ struct rule *parserulefile(FILE *);
void freerules(struct rule *);
/* Execute a rule set on a string; returns a malloc'd new string. */
-char *rewrite_string(const char *, const struct rule *, char,
+char *rewrite_string(const char *, const struct rule *, char, int,
match_pattern_callback, const char **);
#endif /* WITH_REGEX */