]> git.0d.be Git - empathy.git/blobdiff - src/empathy-call-handler.h
Use a flat namespace for internal includes
[empathy.git] / src / empathy-call-handler.h
index d0f15eecc4cf61d36a4461ca35eff6b67cedb934..0f42209c2486408c2f660387736f442047f6c546 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <telepathy-glib/telepathy-glib.h>
 
-#include <libempathy/empathy-contact.h>
+#include "empathy-contact.h"
 
 G_BEGIN_DECLS
 
@@ -104,6 +104,8 @@ FsCandidate * empathy_call_handler_get_video_remote_candidate (
 FsCandidate * empathy_call_handler_get_video_local_candidate (
     EmpathyCallHandler *self);
 
+EmpathyContact * empathy_call_handler_get_contact (EmpathyCallHandler *self);
+
 G_END_DECLS
 
 #endif /* #ifndef __EMPATHY_CALL_HANDLER_H__*/