aboutsummaryrefslogtreecommitdiff
path: root/src/formatter/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/formatter/types.h')
-rw-r--r--src/formatter/types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/formatter/types.h b/src/formatter/types.h
index 1f0698b3..2571f880 100644
--- a/src/formatter/types.h
+++ b/src/formatter/types.h
@@ -5,5 +5,4 @@
#include "../ast.h"
#include "../stdlib/datatypes.h"
-OptionalText_t format_inline_type(type_ast_t *type, Table_t comments);
-Text_t format_type(type_ast_t *type, Table_t comments, Text_t indent);
+Text_t format_type(type_ast_t *type);