X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcserver%2Fserver_st_command.h;h=0bb03effe179b4bcc704a58c7e594888ecb5dbb2;hp=89201f79baec9cb21601a608ea82500f8865413b;hb=4d4425e57eb164ce87a0b87ba9e991cbaa9d9baf;hpb=3a4359b248742c4d08d00c06badcb346d4a19528 diff --git a/lib/silcserver/server_st_command.h b/lib/silcserver/server_st_command.h index 89201f79..0bb03eff 100644 --- a/lib/silcserver/server_st_command.h +++ b/lib/silcserver/server_st_command.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2005 Pekka Riikonen + Copyright (C) 2005, 2006 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 @@ -23,6 +23,9 @@ /***************************** State functions ******************************/ SILC_FSM_STATE(silc_server_st_packet_command); +SILC_FSM_STATE(silc_server_st_command_whois); +SILC_FSM_STATE(silc_server_st_command_whowas); +SILC_FSM_STATE(silc_server_st_command_identify); SILC_FSM_STATE(silc_server_st_command_nick); SILC_FSM_STATE(silc_server_st_command_list); SILC_FSM_STATE(silc_server_st_command_topic);