Skip to content
Snippets Groups Projects
Commit 345d8b51 authored by rswindell's avatar rswindell
Browse files

Created sbbs_t::spymsg() function to send messages to Local and Remote spies.

parent 0b15c4ab
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,8 @@ public:
int outcom(uchar ch); // send character
int incom(void); // receive character
void spymsg(char *msg); // send message to active spies
void putcom(char *str, int len=0); // Send string
void hangup(void); // Hangup modem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment