summaryrefslogtreecommitdiff
path: root/stdlib/rpmatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/rpmatch.c')
-rw-r--r--stdlib/rpmatch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/stdlib/rpmatch.c b/stdlib/rpmatch.c
index 31fd471944..cb8e7ae370 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)
{