diff options
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h index 1bce31baa..bb1d45f92 100644 --- a/libempathy-gtk/empathy-ui-utils.h +++ b/libempathy-gtk/empathy-ui-utils.h @@ -41,6 +41,7 @@ #include <libempathy/empathy-file.h> #include "empathy-chat-view.h" +#include "empathy-ft-manager.h" G_BEGIN_DECLS @@ -120,6 +121,7 @@ typedef gboolean (*EmpathyFileChooserCallback) (EmpathyFile *file, void empathy_send_file_with_file_chooser (EmpathyContact *contact, EmpathyFileChooserCallback callback, gpointer user_data); +void empathy_send_file_with_file_chooser_and_manager (EmpathyContact *contact); G_END_DECLS |