aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h
index 2d4734feb..277a8a3ea 100644
--- a/libempathy/empathy-utils.h
+++ b/libempathy/empathy-utils.h
@@ -36,7 +36,7 @@
#include <libmissioncontrol/mission-control.h>
#include "empathy-contact.h"
-#include "empathy-file.h"
+#include "empathy-tp-file.h"
G_BEGIN_DECLS
@@ -130,8 +130,8 @@ EmpathyFile * empathy_send_file_from_stream (EmpathyContact *contact,
EmpathyFile * empathy_send_file (EmpathyContact *contact,
GFile *file);
/* File transfer */
-EmpathyFile *empathy_send_file (EmpathyContact *contact,
- GFile *file);
+EmpathyTpFile *empathy_send_file (EmpathyContact *contact,
+ GFile *file);
G_END_DECLS