diff options
Diffstat (limited to 'src/ast.h')
-rw-r--r-- | src/ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |