aboutsummaryrefslogtreecommitdiff
path: root/grammar.h
diff options
context:
space:
mode:
Diffstat (limited to 'grammar.h')
-rw-r--r--grammar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar.h b/grammar.h
index 0055a54..631a0e6 100644
--- a/grammar.h
+++ b/grammar.h
@@ -8,7 +8,7 @@
#include "types.h"
__attribute__((nonnull(2,4,5), returns_nonnull))
-def_t *with_def(def_t *defs, file_t *f, size_t namelen, const char *name, vm_op_t *op);
+def_t *with_def(def_t *defs, file_t *f, size_t namelen, const char *name, pat_t *op);
__attribute__((nonnull(2,3,4), returns_nonnull))
def_t *with_backref(def_t *defs, file_t *f, const char *name, match_t *m);
__attribute__((nonnull(2)))