Fixed call to usrsctp_finish() in Cleanup()

This commit is contained in:
Paul-Louis Ageneau
2020-05-22 14:55:01 +02:00
parent 3a737e940c
commit ddb9f99ed6
5 changed files with 23 additions and 1 deletions

View File

@ -114,6 +114,9 @@ int rtcGetAvailableAmount(int dc); // total size available to receive
int rtcSetAvailableCallback(int dc, availableCallbackFunc cb);
int rtcReceiveMessage(int dc, char *buffer, int *size);
// Cleanup
void rtcCleanup();
#ifdef __cplusplus
} // extern "C"
#endif