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

7 lines
251 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);
int sender_scm_cmsg_send(struct sender_scm *sender, struct tfe_cmsg *cmsg);