Skip to content
Snippets Groups Projects
Commit 2ec94ee5 authored by rswindell's avatar rswindell
Browse files

Missing C++ implementation for putmsgptrs().

parent 6c6efc1f
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,10 @@ extern "C" BOOL DLLCALL getmsgptrs(scfg_t* cfg, uint usernumber, subscan_t* subs
return(TRUE);
}
void sbbs_t::putmsgptrs()
{
::putmsgptrs(&cfg,useron.number,subscan);
}
/****************************************************************************/
/* Writes to DATA\USER\PTRS\xxxx.DAB the msgptr array for the current user */
......
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