diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-15 12:11:02 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-15 12:11:02 +0000 |
| commit | 7411d71fbde5d652f04cc8851ed93bd15513968b (patch) | |
| tree | 2fe1e8fa9a604dc558a0528d8f465bef8b597aab /plugins/forth.c | |
| parent | 1925cf6f1a8c134cbfae728023ac325f03e4c14f (diff) | |
Some docs for plugins, among other things.
Diffstat (limited to 'plugins/forth.c')
| -rw-r--r-- | plugins/forth.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
