summaryrefslogtreecommitdiff
path: root/ted-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'ted-internal.h')
-rw-r--r--ted-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ted-internal.h b/ted-internal.h
index a9de122..3e8da9f 100644
--- a/ted-internal.h
+++ b/ted-internal.h
@@ -634,6 +634,9 @@ void autocomplete_quit(Ted *ted);
void autocomplete_frame(Ted *ted);
void autocomplete_process_lsp_response(Ted *ted, const LSPResponse *response);
+// === ide-code-action.c ===
+void code_action_start(Ted *ted);
+
// === ide-definitions.c ===
void definitions_init(Ted *ted);
/// go to the definition of `name`.