diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-05-01 14:29:05 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-05-01 14:29:05 +0200 |
commit | 0bca8bd1ce2fa43cbc9a48f865af0dcca802b195 (patch) | |
tree | 4af32e80333e2806acfe4ad6472f9ce31c40a2fb | |
parent | 05a709b4be6a862171b4e6aacde3d24a0f17d217 (diff) |
Updated the revision history
-rw-r--r-- | FICS/command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/command.c b/FICS/command.c index ef36b97..75bccb2 100644 --- a/FICS/command.c +++ b/FICS/command.c @@ -23,6 +23,8 @@ Markus Uhlin 23/12/17 Fixed compiler warnings Markus Uhlin 23/12/19 Usage of 'time_t' Markus Uhlin 23/12/23 Fixed crypt() + Markus Uhlin 24/05/01 Refactored and reformatted all + functions. */ #include "stdinclude.h" |