2018-01-19 00:34:31 +01:00
|
|
|
--- src/aprsString.h.orig 2003-10-01 16:58:27 UTC
|
|
|
|
+++ src/aprsString.h
|
|
|
|
@@ -196,7 +196,8 @@ class aprsString: public string (public)
|
2008-01-24 19:23:27 +01:00
|
|
|
void parseLogon(void);
|
|
|
|
bool parseCommand(void);
|
|
|
|
bool parsePortFilter(void);
|
|
|
|
- void aprsString::getMsgText(string& msg);
|
|
|
|
+// void aprsString::getMsgText(string& msg);
|
|
|
|
+ void getMsgText(string& msg);
|
|
|
|
void print(ostream& os);
|
|
|
|
string getAX25Source(void);
|
|
|
|
string getAX25Dest(void);
|