summaryrefslogtreecommitdiff
path: root/src/lsp/json_rpc.h
diff options
context:
space:
mode:
authorZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-11 15:11:00 +0000
committerZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-11 15:11:00 +0000
commit55247a3f12a9eee7ba3fd7ca6d8fcea7a82c20f3 (patch)
treea2a71e2eb8ca0b2c483518c1902d89d18709c9ab /src/lsp/json_rpc.h
parent2e7abed7cfe84a2c0df371cde35f8f68cfdca16c (diff)
Added src/ folder. Now I will add the rest.
Diffstat (limited to 'src/lsp/json_rpc.h')
-rw-r--r--src/lsp/json_rpc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lsp/json_rpc.h b/src/lsp/json_rpc.h
new file mode 100644
index 0000000..363f425
--- /dev/null
+++ b/src/lsp/json_rpc.h
@@ -0,0 +1,8 @@
+
+#ifndef JSON_RPC_H
+#define JSON_RPC_H
+
+// Yeah, just this lol.
+void handle_request(const char *json_str);
+
+#endif