forked from mirrors/tftp-hpa-google
Better error messages.
This commit is contained in:
parent
82eae1bcd6
commit
b3ec0c58e6
5 changed files with 109 additions and 74 deletions
|
@ -37,7 +37,7 @@ 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 *, int,
|
||||
match_pattern_callback);
|
||||
match_pattern_callback, const char **);
|
||||
|
||||
#endif /* WITH_REGEX */
|
||||
#endif /* TFTPD_REMAP_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue