Start converting YSF to NXDN.

This commit is contained in:
Jonathan Naylor
2018-01-15 21:29:59 +00:00
parent 10b0d3c14c
commit a487abdb43
4 changed files with 8 additions and 74 deletions

View File

@@ -56,7 +56,7 @@ bool CNXDNNetwork::open()
return m_socket.open();
}
bool CNXDNNetwork::write(const unsigned char* src, const unsigned char* dest, const unsigned char* data, unsigned int count, bool end)
bool CNXDNNetwork::write(const unsigned char* data, unsigned int count, bool end)
{
assert(data != NULL);