mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-21 06:03:58 +00:00
update processWiresX return type definition
This commit is contained in:
parent
54ae27d63b
commit
301e030b4d
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ private:
|
||||||
|
|
||||||
void startupLinking();
|
void startupLinking();
|
||||||
std::string calculateLocator();
|
std::string calculateLocator();
|
||||||
bool processWiresX(const unsigned char* buffer, const CYSFFICH& fich, bool dontProcessWiresXLocal, bool wiresXCommandPassthrough);
|
void processWiresX(const unsigned char* buffer, const CYSFFICH& fich, bool dontProcessWiresXLocal, bool wiresXCommandPassthrough);
|
||||||
void processDTMF(unsigned char* buffer, unsigned char dt);
|
void processDTMF(unsigned char* buffer, unsigned char dt);
|
||||||
void createWiresX(CYSFNetwork* rptNetwork);
|
void createWiresX(CYSFNetwork* rptNetwork);
|
||||||
void createGPS();
|
void createGPS();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue