diff options
| author | David Moc <personal@cdatgoose.org> | 2026-06-02 14:15:25 +0200 |
|---|---|---|
| committer | David Moc <personal@cdatgoose.org> | 2026-06-02 14:15:25 +0200 |
| commit | b68766967c86a6a789d65772f69f7f44939ebdf2 (patch) | |
| tree | c65d5a929931d9d52b5717f6577a876d73e66491 /include/types.h | |
| parent | a15cb041654ae307add0b998b526c87c3f42bf5f (diff) | |
Add API completion signatures
Diffstat (limited to 'include/types.h')
| -rw-r--r-- | include/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h index 2b63ad3..008bd98 100644 --- a/include/types.h +++ b/include/types.h @@ -260,6 +260,7 @@ typedef struct ecex_completion_provider { ecex_hook_free_fn free_fn; char *detail; char **words; + char **word_details; size_t word_count; int flags; } ecex_completion_provider_t; |
