export stellar_reload_log_level symbol

This commit is contained in:
luwenpeng
2024-08-28 18:05:39 +08:00
parent 7db301ff61
commit 3e6b837318
2 changed files with 1 additions and 1 deletions

View File

@@ -63,7 +63,6 @@ struct stellar *stellar_new(const char *stellar_cfg_file, const char *plugin_cfg
void stellar_run(struct stellar *st);
void stellar_free(struct stellar *st);
void stellar_loopbreak(struct stellar *st);
void stellar_reload_log_level(struct stellar *st);
#ifdef __cplusplus