summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-22 23:24:08 -0500
committerpommicket <pommicket@gmail.com>2022-12-22 23:24:08 -0500
commitb906df08a805e704e45cb7f2bc4b31e83d3222fe (patch)
tree759104ff30431544ebda005abad7e9cd89388b90 /ted.h
parent08b2a1e746a871ae38f78bb8a26bb39bc9f304f6 (diff)
deprecated support!
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 7d23088..6f10bfb 100644
--- a/ted.h
+++ b/ted.h
@@ -368,6 +368,7 @@ typedef struct {
char *filter;
char *text;
char *detail; // this can be NULL!
+ bool deprecated;
SymbolKind kind;
} Autocompletion;