diff --git a/include/stellar/stellar.h b/include/stellar/stellar.h index ee4c1b4..1cb5c23 100644 --- a/include/stellar/stellar.h +++ b/include/stellar/stellar.h @@ -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 diff --git a/infra/core/version.map b/infra/core/version.map index 1b30a76..1655976 100644 --- a/infra/core/version.map +++ b/infra/core/version.map @@ -62,6 +62,7 @@ global: stellar_free; stellar_loopbreak; stellar_get_logger; + stellar_reload_log_level; log_print; log_check_level;