14 #ifndef JABBERWERX_TYPES_COMPAT_H
15 #define JABBERWERX_TYPES_COMPAT_H
17 typedef struct _jw_client jw_client_type;
18 typedef struct _jw_client_status jw_client_status_type;
19 typedef struct _jw_client_reconnect_status jw_client_reconnect_status_type;
20 typedef struct _jw_dom_ctx jw_dom_ctx_type;
21 typedef struct _jw_dom_node jw_dom_node_type;
22 typedef struct _jw_event_dispatch_t jw_event_dispatcher_type;
23 typedef struct _jw_event_t jw_event_type;
24 typedef struct _jw_event_trigger_t jw_event_trigger_data_type;
25 typedef struct _jw_hmac_sha1_ctx_int jw_hmac_sha1_ctx_type;
26 typedef struct _jw_hnode jw_hnode_type;
27 typedef struct _jw_htable jw_htable_type;
28 typedef struct _jw_jid_ctx_int jw_jid_ctx_type;
29 typedef struct _jw_jid_int jw_jid_type;
30 typedef struct _jw_parser jw_parser_type;
31 typedef struct _jw_pool_int jw_pool_type;
32 typedef struct _jw_sasl_factory jw_sasl_factory_type;
33 typedef struct _jw_sasl_mech jw_sasl_mech_type;
34 typedef struct _jw_sasl_mech_instance jw_sasl_mech_instance_type;
35 typedef struct _jw_serializer jw_serializer_type;
36 typedef struct _jw_sha1_ctx_int jw_sha1_ctx_type;
37 typedef struct _jw_states jw_states_type;
38 typedef struct _jw_states_event_data jw_states_event_data_type;
39 typedef struct _jw_stream jw_stream_type;
40 typedef struct _jw_tls_ctx_int jw_tls_ctx_type;
41 typedef struct _jw_tls_session_int jw_tls_session_type;
42 typedef struct _jw_tracker_t jw_tracker_type;
43 typedef struct jw_workq_t jw_workq_type;
44 typedef struct jw_workq_item_t jw_workq_item_type;