diff options
Diffstat (limited to 'libempathy/empathy-tp-file.h')
-rw-r--r-- | libempathy/empathy-tp-file.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libempathy/empathy-tp-file.h b/libempathy/empathy-tp-file.h index db928e86f..04da254c1 100644 --- a/libempathy/empathy-tp-file.h +++ b/libempathy/empathy-tp-file.h @@ -28,8 +28,6 @@ #include <gio/gio.h> #include <glib.h> -#include "extensions/extensions.h" - #include <telepathy-glib/channel.h> G_BEGIN_DECLS @@ -95,7 +93,7 @@ void empathy_tp_file_close (EmpathyTpFile *tp_file); gboolean empathy_tp_file_is_incoming (EmpathyTpFile *tp_file); -EmpFileTransferState empathy_tp_file_get_state (EmpathyTpFile *tp_file, guint *reason); +TpFileTransferState empathy_tp_file_get_state (EmpathyTpFile *tp_file, guint *reason); G_END_DECLS |