aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-tp-file.h')
-rw-r--r--libempathy/empathy-tp-file.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-file.h b/libempathy/empathy-tp-file.h
index 0ec267108..3e9563776 100644
--- a/libempathy/empathy-tp-file.h
+++ b/libempathy/empathy-tp-file.h
@@ -28,6 +28,8 @@
#include <gio/gio.h>
#include <glib.h>
+#include "extensions/extensions.h"
+
#include <telepathy-glib/channel.h>
G_BEGIN_DECLS
@@ -93,7 +95,7 @@ void empathy_tp_file_close (EmpathyTpFile *tp_file);
gboolean empathy_tp_file_is_incoming (EmpathyTpFile *tp_file);
-guint empathy_tp_file_get_state (EmpathyTpFile *tp_file, guint *reason);
+EmpFileTransferState empathy_tp_file_get_state (EmpathyTpFile *tp_file, guint *reason);
G_END_DECLS