From 7c1cd4db05f89cab19a123538ed6dda53377f7e8 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sat, 15 Feb 2003 01:07:24 +0000 Subject: [PATCH] DLL-exporting function ultoac (now used by ftpsrvr.c). --- src/sbbs3/str_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/str_util.c b/src/sbbs3/str_util.c index 611291c66d..ff13347d8f 100644 --- a/src/sbbs3/str_util.c +++ b/src/sbbs3/str_util.c @@ -213,7 +213,7 @@ int bstrlen(char *str) /* Returns in 'string' a character representation of the number in l with */ /* commas. */ /****************************************************************************/ -char *ultoac(ulong l, char *string) +char* DLLCALL ultoac(ulong l, char *string) { char str[256]; int i,j,k; -- GitLab