diff options
Diffstat (limited to 'stdlib/rpmatch.c')
-rw-r--r-- | stdlib/rpmatch.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stdlib/rpmatch.c b/stdlib/rpmatch.c index 31fd471..cb8e7ae 100644 --- a/stdlib/rpmatch.c +++ b/stdlib/rpmatch.c @@ -29,6 +29,9 @@ rpmatch (response) { /* Match against one of the response patterns, compiling the pattern first if necessary. */ + auto inline int try (const int tag, const int match, const int nomatch, + const char **lastp, regex_t *re); + inline int try (const int tag, const int match, const int nomatch, const char **lastp, regex_t *re) { |