aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-08-03 15:06:59 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-08-03 15:06:59 -0400
commit16c2e3f590d5136e90a4d195a877502faa544715 (patch)
treecc07e362b4f64e85e510b1fd281d038371a6feba /types.h
parent52544344f10f0383d54795099c6b3a4f627c579a (diff)
Incrementally moving towards passing array entry sizes explicitly
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index 668152c4..67fd8833 100644
--- a/types.h
+++ b/types.h
@@ -136,6 +136,7 @@ bool can_have_cycles(type_t *t);
type_t *replace_type(type_t *t, type_t *target, type_t *replacement);
size_t type_size(type_t *t);
size_t type_align(type_t *t);
+size_t padded_type_size(type_t *t);
type_t *get_field_type(type_t *t, const char *field_name);
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0