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/forth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/forth.c') diff --git a/plugins/forth.c b/plugins/forth.c index 90e05c6..f79fecc 100644 --- a/plugins/forth.c +++ b/plugins/forth.c @@ -631,7 +631,7 @@ void zprep_forth_plugin_fn(const char *input_body, const ZApi *api) ZPlugin forth_plugin = {.name = "forth", .fn = zprep_forth_plugin_fn}; -ZPlugin *zprep_plugin_init() +ZPlugin *z_plugin_init() { return &forth_plugin; } -- cgit v1.2.3