You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libsxmp/lib/internal.h

9 lines
221 B
C

#ifndef __SNTLL_INTERNAL_H__
#define __SNTLL_INTERNAL_H__
/* channel operations */
uint8_t _channel_open(conn_t *co, uint16_t *chid);
uint8_t _channel_close(conn_t *co, uint16_t chid);
#endif /* __SNTLL_INTERNAL_H__ */