Merge commit 'origin/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 - 2007 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_send);
29 SILC_FSM_STATE(silc_client_st_resume_resolve_channels);
30 SILC_FSM_STATE(silc_client_st_resume_resolve_cmodes);
31 SILC_FSM_STATE(silc_client_st_resume_completed);
32 SILC_FSM_STATE(silc_client_st_resume_error);
33
34 SilcBuffer silc_client_get_detach_data(SilcClient client,
35                                        SilcClientConnection conn);
36
37 #endif /* CLIENT_REGISTER_H */