diff options
Diffstat (limited to 'gabble/error.h')
-rw-r--r-- | gabble/error.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gabble/error.h b/gabble/error.h index 026f7dc33..8563bf13b 100644 --- a/gabble/error.h +++ b/gabble/error.h @@ -31,6 +31,7 @@ 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, + TpConnectionStatus previous_status, TpConnectionStatusReason *conn_reason, GError **error); |