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
2019-06-02 16:30:59 +08:00

6 lines
175 B
C

#pragma once
struct sender_scm;
void send_scm_destroy(struct sender_scm *sender);
struct sender_scm* sender_scm_init(const char *profile, const char *section, void *logger);