Skip to content
Snippets Groups Projects
Commit 5fa82a55 authored by rswindell's avatar rswindell
Browse files

getposts() now DLL-exported.

parent cf9e27b5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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