增加sender_scm的初始化调用

This commit is contained in:
luqiuwen
2019-06-02 16:29:43 +08:00
parent e4f490fcd3
commit 57f5a4d906
4 changed files with 15 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
#pragma once
struct sender_scm;
struct sender_scm* sender_scm_init(const char *profile, void *logger);
void send_scm_destroy(struct sender_scm *sender);
struct sender_scm* sender_scm_init(const char *profile, const char *section, void *logger);