Skip to content
Snippets Groups Projects
Commit 31e9e28b authored by rswindell's avatar rswindell
Browse files

Created bbs_ver_num function to verify SBBS.DLL version from sbbsctrl.

parent 5ffb1c9a
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,7 @@ extern "C" {
DLLEXPORT void DLLCALL bbs_thread(void* arg);
DLLEXPORT void DLLCALL bbs_terminate(void);
DLLEXPORT char* DLLCALL bbs_ver(void);
DLLEXPORT long DLLCALL bbs_ver_num(void);
#ifdef __cplusplus
}
......
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