diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-05-06 20:51:13 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:47:40 +0800 |
commit | ea3f6d46cbcb8faa50b50c317cfde6952947f9be (patch) | |
tree | 10d65a95049b3e9a801af3fa6d595b1c883dc251 /libempathy/empathy-ft-handler.h | |
parent | 9d33f23f7615d118c685c5e6352492a4ee7703f6 (diff) | |
download | gsoc2013-empathy-ea3f6d46cbcb8faa50b50c317cfde6952947f9be.tar gsoc2013-empathy-ea3f6d46cbcb8faa50b50c317cfde6952947f9be.tar.gz gsoc2013-empathy-ea3f6d46cbcb8faa50b50c317cfde6952947f9be.tar.bz2 gsoc2013-empathy-ea3f6d46cbcb8faa50b50c317cfde6952947f9be.tar.lz gsoc2013-empathy-ea3f6d46cbcb8faa50b50c317cfde6952947f9be.tar.xz gsoc2013-empathy-ea3f6d46cbcb8faa50b50c317cfde6952947f9be.tar.zst gsoc2013-empathy-ea3f6d46cbcb8faa50b50c317cfde6952947f9be.zip |
Make checksum optional when sending
Diffstat (limited to 'libempathy/empathy-ft-handler.h')
-rw-r--r-- | libempathy/empathy-ft-handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-ft-handler.h b/libempathy/empathy-ft-handler.h index 728db809f..70232e00e 100644 --- a/libempathy/empathy-ft-handler.h +++ b/libempathy/empathy-ft-handler.h @@ -61,7 +61,7 @@ GType empathy_ft_handler_get_type (void); /* public methods */ void empathy_ft_handler_new_outgoing (EmpathyContact *contact, - GFile *source, EmpathyFTHandlerReadyCallback callback, + GFile *source, gboolean use_hash, EmpathyFTHandlerReadyCallback callback, gpointer user_data); void empathy_ft_handler_new_incoming (EmpathyTpFile *tp_file, |