From b68766967c86a6a789d65772f69f7f44939ebdf2 Mon Sep 17 00:00:00 2001 From: David Moc Date: Tue, 2 Jun 2026 14:15:25 +0200 Subject: Add API completion signatures --- include/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/types.h') 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; -- cgit v1.2.3