diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-16 13:35:58 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-16 13:35:58 -0400 |
| commit | 469b1e067961e021e7860f70919b574c142d1f40 (patch) | |
| tree | cd696be4b66550669c883075fd41a6bbd2a26eaa /structs.h | |
| parent | f51acef40e8297d7bd41b774413aa8331ca946ed (diff) | |
Fixes for opaque external structs
Diffstat (limited to 'structs.h')
| -rw-r--r-- | structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ #include "ast.h" #include "environment.h" -CORD compile_struct_typeinfo(env_t *env, type_t *t, const char *name, arg_ast_t *fields, bool is_secret); +CORD compile_struct_typeinfo(env_t *env, type_t *t, const char *name, arg_ast_t *fields, bool is_secret, bool is_opaque); CORD compile_struct_header(env_t *env, ast_t *ast); // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
