summaryrefslogtreecommitdiffstats
path: root/src/translators/btparse/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translators/btparse/ast.h')
-rw-r--r--src/translators/btparse/ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/btparse/ast.h b/src/translators/btparse/ast.h
index 59622ec..8608f22 100644
--- a/src/translators/btparse/ast.h
+++ b/src/translators/btparse/ast.h
@@ -89,7 +89,7 @@ extern AST *zzastStack[];
void zzlink(AST **, AST **, AST **);
void zzsubchild(AST **, AST **, AST **);
void zzsubroot(AST **, AST **, AST **);
-void zzpre_ast(AST *, void (*)(), void (*)(), void (*)());
+void zzpre_ast(AST *, void (*)(AST *), void (*)(AST *), void (*)(AST *));
void zzfree_ast(AST *);
AST *zztmake(AST *, ...);
AST *zzdup_ast(AST *);