Skip to content
Snippets Groups Projects
Commit 02d053d5 authored by rswindell's avatar rswindell
Browse files

Changed un_qwk prototype to return bool (to reflect failure or success).

parent 92432f78
No related branches found
No related tags found
No related merge requests found
......@@ -600,7 +600,7 @@ public:
bool pack_qwk(char *packet, ulong *msgcnt, bool prepack);
/* un_qwk.cpp */
void unpack_qwk(char *packet,uint hubnum);
bool unpack_qwk(char *packet,uint hubnum);
/* pack_rep.cpp */
bool pack_rep(uint hubnum);
......
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