diff options
Diffstat (limited to 'gabble')
-rw-r--r-- | gabble/error.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gabble/error.h b/gabble/error.h index e6a965f75..026f7dc33 100644 --- a/gabble/error.h +++ b/gabble/error.h @@ -23,12 +23,17 @@ #include <glib.h> #include <wocky/wocky-xmpp-error.h> +#include <telepathy-glib/telepathy-glib.h> G_BEGIN_DECLS void gabble_set_tp_error_from_wocky (const GError *wocky_error, GError **error); +void gabble_set_tp_conn_error_from_wocky (const GError *wocky_error, + TpConnectionStatusReason *conn_reason, + GError **error); + G_END_DECLS #endif |