Mon, 16 Sep 2013 11:58:46 +0200
Gadu-Gadu: don't Werror
#ifndef _GGP_EDISC_H #define _GGP_EDISC_H #include <internal.h> typedef struct _ggp_edisc_session_data ggp_edisc_session_data; /* Setting up. */ void ggp_edisc_setup(PurpleConnection *gc); void ggp_edisc_cleanup(PurpleConnection *gc); /* General xfer functions. */ void ggp_edisc_xfer_ticket_changed(PurpleConnection *gc, const char *data); /* Sending a file. */ gboolean ggp_edisc_xfer_can_receive_file(PurpleConnection *gc, const char *who); void ggp_edisc_xfer_send_file(PurpleConnection *gc, const char *who, const char *filename); PurpleXfer * ggp_edisc_xfer_send_new(PurpleConnection *gc, const char *who); #endif /* _GGP_EDISC_H */