--- a/libpurple/protocols/bonjour/bonjour.c Mon Nov 12 02:43:06 2007 +0000 +++ b/libpurple/protocols/bonjour/bonjour.c Mon Nov 12 03:37:14 2007 +0000 @@ -41,6 +41,7 @@ #include "mdns_common.h" #include "jabber.h" #include "buddy.h" +#include "bonjour_ft.h" /* * TODO: Should implement an add_buddy callback that removes the buddy @@ -453,8 +454,8 @@ NULL, /* roomlist_cancel */ NULL, /* roomlist_expand_category */ NULL, /* can_receive_file */ - NULL, /* send_file */ - NULL, /* new_xfer */ + bonjour_send_file, /* send_file */ + bonjour_new_xfer, /* new_xfer */ NULL, /* offline_message */ NULL, /* whiteboard_prpl_ops */ NULL, /* send_raw */