diff options
Diffstat (limited to 'FICS/utils.c')
-rw-r--r-- | FICS/utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/utils.c b/FICS/utils.c index 29fe60c..ac064f6 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -29,6 +29,8 @@ Markus Uhlin 24/07/05 Fixed unusual struct allocations and replaced strcpy() with strlcpy(). Markus Uhlin 24/07/07 Made certain functions private + Markus Uhlin 24/07/07 Added parameter 'size' to + psprintf_highlight(). */ #include "stdinclude.h" |