diff src/ft.h @ 11281:920a37a4c1be

[gaim-migrate @ 13478] Patch from Sadrul Habib Chowdhury, with a bit of hacking from me, to add file transfer signals committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Tue, 16 Aug 2005 20:44:27 +0000
parents bd8ac1d4b2f2
children cbebda5f019c
line wrap: on
line diff
--- a/src/ft.h	Tue Aug 16 19:15:28 2005 +0000
+++ b/src/ft.h	Tue Aug 16 20:44:27 2005 +0000
@@ -558,6 +558,23 @@
 /*@{*/
 
 /**
+ * Returns the handle to the file transfer subsystem
+ *
+ * @return The handle
+ */
+void *gaim_xfers_get_handle(void);
+
+/**
+ * Initializes the file transfer subsystem
+ */
+void gaim_xfers_init(void);
+
+/**
+ * Uninitializes the file transfer subsystem
+ */
+void gaim_xfers_uninit(void);
+
+/**
  * Sets the UI operations structure to be used in all gaim file transfers.
  *
  * @param ops The UI operations structure.