From 7411d71fbde5d652f04cc8851ed93bd15513968b Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Thu, 15 Jan 2026 12:11:02 +0000 Subject: Some docs for plugins, among other things. --- plugins/sql.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/sql.c') diff --git a/plugins/sql.c b/plugins/sql.c index 130317f..dedb289 100644 --- a/plugins/sql.c +++ b/plugins/sql.c @@ -413,3 +413,8 @@ void sql_transpile(const char *input_body, const ZApi *api) } ZPlugin sql_plugin = {.name = "sql", .fn = sql_transpile}; + +ZPlugin *z_plugin_init(void) +{ + return &sql_plugin; +} -- cgit v1.2.3