mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-02-04 06:14:19 +01:00
update processWiresX return type definition
This commit is contained in:
parent
54ae27d63b
commit
301e030b4d
|
|
@ -69,7 +69,7 @@ private:
|
|||
|
||||
void startupLinking();
|
||||
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 createWiresX(CYSFNetwork* rptNetwork);
|
||||
void createGPS();
|
||||
|
|
|
|||
Loading…
Reference in a new issue