summaryrefslogtreecommitdiff
path: root/lsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lsp.h')
-rw-r--r--lsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp.h b/lsp.h
index b97df7d..7d45f5b 100644
--- a/lsp.h
+++ b/lsp.h
@@ -298,6 +298,7 @@ typedef struct {
typedef LSPRequestType LSPResponseType;
typedef struct {
LSPRequest request; // the request which this is a response to
+ char *error; // if not NULL, the data field will just be zeroed
// LSP responses tend to have a lot of strings.
// to avoid doing a ton of allocations+frees,
// they're all stored here.