From 5fa82a55aea16c1143441c21a5aa487a94998def Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 12 Apr 2001 03:58:56 +0000 Subject: [PATCH] getposts() now DLL-exported. --- src/sbbs3/getmsg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/getmsg.cpp b/src/sbbs3/getmsg.cpp index d2429836f0..02263b66d4 100644 --- a/src/sbbs3/getmsg.cpp +++ b/src/sbbs3/getmsg.cpp @@ -309,7 +309,7 @@ void sbbs_t::msgtotxt(smbmsg_t* msg, char *str, int header, int tails) /****************************************************************************/ /* Returns total number of posts in a sub-board */ /****************************************************************************/ -ulong getposts(scfg_t* cfg, uint subnum) +ulong DLLCALL getposts(scfg_t* cfg, uint subnum) { char str[128]; ulong l; -- GitLab