X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcserver%2Fserver_st_command.h;fp=lib%2Fsilcserver%2Fserver_st_command.h;h=89201f79baec9cb21601a608ea82500f8865413b;hb=40f8443d8d3a6577336ee66d18e04d9ac4d956bb;hp=0000000000000000000000000000000000000000;hpb=6210937137137fe4019e808686dd1fcf99360af6;p=silc.git diff --git a/lib/silcserver/server_st_command.h b/lib/silcserver/server_st_command.h new file mode 100644 index 00000000..89201f79 --- /dev/null +++ b/lib/silcserver/server_st_command.h @@ -0,0 +1,51 @@ +/* + + server_st_command.h + + Author: Pekka Riikonen + + Copyright (C) 2005 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; 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 + GNU General Public License for more details. + +*/ + +#ifndef SERVER_ST_COMMAND_H +#define SERVER_ST_COMMAND_H + +/***************************** State functions ******************************/ + +SILC_FSM_STATE(silc_server_st_packet_command); +SILC_FSM_STATE(silc_server_st_command_nick); +SILC_FSM_STATE(silc_server_st_command_list); +SILC_FSM_STATE(silc_server_st_command_topic); +SILC_FSM_STATE(silc_server_st_command_invite); +SILC_FSM_STATE(silc_server_st_command_quit); +SILC_FSM_STATE(silc_server_st_command_kill); +SILC_FSM_STATE(silc_server_st_command_info); +SILC_FSM_STATE(silc_server_st_command_stats); +SILC_FSM_STATE(silc_server_st_command_ping); +SILC_FSM_STATE(silc_server_st_command_oper); +SILC_FSM_STATE(silc_server_st_command_join); +SILC_FSM_STATE(silc_server_st_command_motd); +SILC_FSM_STATE(silc_server_st_command_umode); +SILC_FSM_STATE(silc_server_st_command_cmode); +SILC_FSM_STATE(silc_server_st_command_cumode); +SILC_FSM_STATE(silc_server_st_command_kick); +SILC_FSM_STATE(silc_server_st_command_ban); +SILC_FSM_STATE(silc_server_st_command_detach); +SILC_FSM_STATE(silc_server_st_command_watch); +SILC_FSM_STATE(silc_server_st_command_silcoper); +SILC_FSM_STATE(silc_server_st_command_leave); +SILC_FSM_STATE(silc_server_st_command_users); +SILC_FSM_STATE(silc_server_st_command_getkey); +SILC_FSM_STATE(silc_server_st_command_service); + +#endif /* SERVER_ST_COMMAND_H */