From 9aba1a9ad84d55e0f76ecaaf478546eea3906820 Mon Sep 17 00:00:00 2001 From: anth64 Date: Mon, 2 Mar 2026 22:02:39 +0100 Subject: [PATCH] docs(readme): add missing module metadata function documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a4a6800..c9745d4 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,10 @@ stk_init(); - `void stk_set_tmp_dir_name(const char *name)` - Set temp directory name - `void stk_set_module_init_fn(const char *name)` - Set module init function name - `void stk_set_module_shutdown_fn(const char *name)` - Set module shutdown function name +- `void stk_set_module_name_fn(const char *name);` - Set module name function name +- `void stk_set_module_version_fn(const char *name);` - Set module version function name +- `void stk_set_module_description_fn(const char *name);` - Set module description function name +- `void stk_set_module_dependencies_fn(const char *name);` - Set module dependencies function name #### Logging - `void stk_set_logging_enabled(unsigned char enabled)` - Enable/disable all logging