summaryrefslogtreecommitdiff
path: root/src/main/lsp/actions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/lsp/actions.h')
-rw-r--r--src/main/lsp/actions.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/lsp/actions.h b/src/main/lsp/actions.h
new file mode 100644
index 0000000..59b4d36
--- /dev/null
+++ b/src/main/lsp/actions.h
@@ -0,0 +1,10 @@
+#ifndef _ACTIONS_H
+#define _ACTIONS_H
+
+#include <stdint.h>
+
+#include "dged/command.h"
+
+int32_t code_actions_cmd(struct command_ctx, int, const char **);
+
+#endif