X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcserver%2Fserver_st_connect.h;fp=lib%2Fsilcserver%2Fserver_st_connect.h;h=cadc6d58c684da9585bb51bde4731e93840d9d0a;hp=0000000000000000000000000000000000000000;hb=40f8443d8d3a6577336ee66d18e04d9ac4d956bb;hpb=6210937137137fe4019e808686dd1fcf99360af6 diff --git a/lib/silcserver/server_st_connect.h b/lib/silcserver/server_st_connect.h new file mode 100644 index 00000000..cadc6d58 --- /dev/null +++ b/lib/silcserver/server_st_connect.h @@ -0,0 +1,25 @@ +/* + + server_st_connect.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_CONNECT_H +#define SERVER_ST_CONNECT_H + +SILC_FSM_STATE(silc_server_st_connect_router); + +#endif /* SERVER_ST_CONNECT_H */