This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-tfe/platform/include/internal/sender_scm.h

5 lines
232 B
C
Raw Normal View History

2019-06-02 15:10:57 +08:00
struct sender_scm;
struct sender_scm* sender_scm_init(const char *profile, void *logger);
void send_scm_destroy(struct sender_scm *sender);
2019-06-02 16:15:31 +08:00
struct sender_scm* sender_scm_init(const char *profile, const char *section, void *logger);