summaryrefslogtreecommitdiff
path: root/src/grep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grep.h')
-rw-r--r--src/grep.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grep.h b/src/grep.h
index a3cd73ee..04c15dd5 100644
--- a/src/grep.h
+++ b/src/grep.h
@@ -21,6 +21,7 @@
#define GREP_GREP_H 1
#include <stdbool.h>
+#include <idx.h>
/* The following flags are exported from grep for the matchers
to look at. */
@@ -29,6 +30,6 @@ extern bool match_words; /* -w */
extern bool match_lines; /* -x */
extern char eolbyte; /* -z */
-extern char const *pattern_file_name (size_t, size_t *);
+extern char const *pattern_file_name (idx_t, idx_t *);
#endif