aboutsummaryrefslogtreecommitdiff
path: root/src/formatter/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-26 00:45:56 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-26 00:45:56 -0400
commitb5dee4f7ed1b8181df22a9824b7026a125ebbc53 (patch)
tree6e4aa12b2c17583a1495f1f1fd2f679766b5829a /src/formatter/types.h
parentf192834a6405d9a568782b637943588c6af7a8de (diff)
Actual type formatting
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);