diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-07-07 01:08:02 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-07-07 01:08:02 +0200 |
commit | 26fc826c4dafe9c8f5b9ab5abd70488631b0682b (patch) | |
tree | 2021036adc64680cbefa1bfa309892d732679a72 /FICS/utils.c | |
parent | ece04b640c1cd7dbb5550f1100e566c73079ea8c (diff) |
Updated the revision history
Diffstat (limited to 'FICS/utils.c')
-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" |