Rebase dev 2.0
This commit is contained in:
@@ -9,6 +9,7 @@ extern "C"
|
||||
|
||||
#include "stellar/log.h"
|
||||
#include "stellar/packet.h"
|
||||
#include "stellar/module_manager.h"
|
||||
|
||||
struct stellar;
|
||||
|
||||
@@ -26,6 +27,7 @@ void stellar_free(struct stellar *st);
|
||||
void stellar_loopbreak(struct stellar *st);
|
||||
void stellar_reload_log_level(struct stellar *st);
|
||||
struct logger *stellar_get_logger(struct stellar *st);
|
||||
struct stellar_module_manager *stellar_get_module_manager(struct stellar *st);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user