From 2ec94ee50664abe9039853d4416b6cc384f65068 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Tue, 5 Feb 2002 23:16:04 +0000 Subject: [PATCH] Missing C++ implementation for putmsgptrs(). --- src/sbbs3/data_ovl.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/sbbs3/data_ovl.cpp b/src/sbbs3/data_ovl.cpp index 37a6270ac2..61e5baab36 100644 --- a/src/sbbs3/data_ovl.cpp +++ b/src/sbbs3/data_ovl.cpp @@ -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 */ -- GitLab