From: Pekka Riikonen Date: Wed, 8 Oct 2003 12:34:52 +0000 (+0000) Subject: updates X-Git-Tag: silc.toolkit.0.9.10~3 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=9039f2b73aae08edeac54c579e219155583203cb updates --- diff --git a/TODO b/TODO index 34531149..bddaa01c 100644 --- a/TODO +++ b/TODO @@ -9,8 +9,6 @@ TODO for Irssi SILC Client 1.0 TODO for SILC Server 1.0 ======================== - o The status type arguments from commands-06.txt - o Fix CUMODE_CHANGE founder key things. o Backup router testing diff --git a/includes/silcincludes.h.in b/includes/silcincludes.h.in index 9c37c009..65bf8bdb 100644 --- a/includes/silcincludes.h.in +++ b/includes/silcincludes.h.in @@ -4,13 +4,12 @@ Author: Pekka Riikonen - Copyright (C) 1997 - 2001 Pekka Riikonen + Copyright (C) 1997 - 2003 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - + the Free Software Foundation; version 2 of the License. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -252,10 +251,10 @@ extern "C" { #include "silcapputil.h" /* SILC core library includes */ +#include "silcargument.h" #include "silcstatus.h" #include "silcid.h" #include "silcidcache.h" -#include "silcargument.h" #include "silccommand.h" #include "silcmessage.h" #include "silcchannel.h"