diff options
Diffstat (limited to 'src/empathy-call-handler.h')
-rw-r--r-- | src/empathy-call-handler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-call-handler.h b/src/empathy-call-handler.h index 8ad1da720..3cc0421c7 100644 --- a/src/empathy-call-handler.h +++ b/src/empathy-call-handler.h @@ -67,7 +67,8 @@ EmpathyCallHandler * empathy_call_handler_new_for_contact ( EmpathyContact *contact); EmpathyCallHandler * empathy_call_handler_new_for_channel ( - TpyCallChannel *call); + TpyCallChannel *call, + EmpathyContact *contact); void empathy_call_handler_start_call (EmpathyCallHandler *handler, gint64 timestamp); |