diff options
-rw-r--r-- | FICS/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/utils.c b/FICS/utils.c index 8eaf143..e81781f 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -28,6 +28,7 @@ handling functions. Markus Uhlin 24/07/05 Fixed unusual struct allocations and replaced strcpy() with strlcpy(). + Markus Uhlin 24/07/07 Made certain functions private */ #include "stdinclude.h" |