diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-11 19:06:42 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-11 19:06:42 -0500 |
| commit | 79795096e7dbc4c416722dd9f0df311e95eef6f0 (patch) | |
| tree | 8e0925934b1a736bfd62f2e211d47cc067e794a8 /parse.h | |
| parent | 0567fcc8acd49ab0676fb3c218b93494a91c46e2 (diff) | |
Rename sss_* to just *
Diffstat (limited to 'parse.h')
| -rw-r--r-- | parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,4 +6,4 @@ type_ast_t *parse_type_str(const char *str); ast_t *parse_expression_str(const char *str); -ast_t *parse_file(sss_file_t *file, jmp_buf *on_err); +ast_t *parse_file(file_t *file, jmp_buf *on_err); |
