X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Frpmatch.c;h=217e1710a2b1891ec11d45247a668acf9ddf47e8;hb=217969cf220de4c0515eccd614de1640c3f46bcf;hp=68c7442979c8ecc27c365a63e5d6368f216b6fed;hpb=cdf60d1ad704f2d17ca677af9dc093e7a81bd28e;p=gnulib.git diff --git a/lib/rpmatch.c b/lib/rpmatch.c index 68c744297..217e1710a 100644 --- a/lib/rpmatch.c +++ b/lib/rpmatch.c @@ -19,9 +19,11 @@ #include +/* Specification. */ +#include + #include #include -#include #if ENABLE_NLS # include @@ -118,9 +120,6 @@ try (const char *response, const char *pattern, char **lastp, regex_t *re) #endif -/* Test a user response to a question. - Return 1 if it is affirmative, 0 if it is negative, or -1 if not clear. */ - int rpmatch (const char *response) {