summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast.h b/src/ast.h
index 70d6100..e25f1bb 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -110,7 +110,7 @@ typedef struct ast_node_t
} ast_node_t;
ast_node_t *
-ast_node_new();
+ast_node_new(void);
void
ast_node_destroy(ast_node_t *node);