summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-05 00:13:49 -0400
committerpommicket <pommicket@gmail.com>2023-08-05 00:13:49 -0400
commitb3244ce71e137b4a259d78b7dc043beb2a5c2aa9 (patch)
treeada89ac58ed474c98a7a1baf0b194008ce5381d0 /ted.h
parentf16cf8cbb099896820f0bc19ba13e613847246c9 (diff)
edit chaining for symbol rename
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted.h b/ted.h
index 6b9ee2d..b8759d0 100644
--- a/ted.h
+++ b/ted.h
@@ -1555,6 +1555,7 @@ void hover_frame(Ted *ted, double dt);
// === ide-rename-symbol.c ===
void rename_symbol_clear(Ted *ted);
void rename_symbol_frame(Ted *ted);
+void rename_symbol_process_lsp_response(Ted *ted, LSPResponse *response);
// === ide-signature-help.c ===
/// figure out new signature help