Merge branch 'topic/mm-fixes' of git://208.110.73.182/silc into silc.1.1.branch
[silc.git] / lib / silcclient / client_register.h
1 /*
2
3   client_register.h
4
5   Author: Pekka Riikonen <priikone@silcnet.org>
6
7   Copyright (C) 2006 Pekka Riikonen
8
9   This program is free software; you can redistribute it and/or modify
10   it under the terms of the GNU General Public License as published by
11   the Free Software Foundation; version 2 of the License.
12
13   This program is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18 */
19
20 #ifndef CLIENT_REGISTER_H
21 #define CLIENT_REGISTER_H
22
23 SILC_FSM_STATE(silc_client_new_id);
24 SILC_FSM_STATE(silc_client_st_register);
25 SILC_FSM_STATE(silc_client_st_register_complete);
26 SILC_FSM_STATE(silc_client_st_register_error);
27 SILC_FSM_STATE(silc_client_st_resume);
28 SILC_FSM_STATE(silc_client_st_resume_resolve_channels);
29 SILC_FSM_STATE(silc_client_st_resume_resolve_cmodes);
30 SILC_FSM_STATE(silc_client_st_resume_completed);
31 SILC_FSM_STATE(silc_client_st_resume_error);
32
33 SilcBuffer silc_client_get_detach_data(SilcClient client,
34                                        SilcClientConnection conn);
35
36 #endif /* CLIENT_REGISTER_H */