libpurple/protocols/gg/edisc.h

Mon, 16 Sep 2013 11:58:46 +0200

author
Tomasz Wasilczyk <twasilczyk@pidgin.im>
date
Mon, 16 Sep 2013 11:58:46 +0200
changeset 34439
1eeaf6ac7ec0
parent 34394
ed78b0fc180e
child 35358
7beae478c905
permissions
-rw-r--r--

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 */

mercurial