diff src/ft.h @ 6241:9ce44a7f9ae7

[gaim-migrate @ 6735] We now initialize FT's preferences. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 20 Jul 2003 03:44:39 +0000
parents ac191233b816
children 3565ee7a5dd3
line wrap: on
line diff
--- a/src/ft.h	Sun Jul 20 03:30:43 2003 +0000
+++ b/src/ft.h	Sun Jul 20 03:44:39 2003 +0000
@@ -462,6 +462,11 @@
  */
 void gaim_xfer_error(GaimXferType type, const char *who, const char *msg);
 
+/**
+ * Initializes the file transfer subsystem.
+ */
+void gaim_xfer_init(void);
+
 /*@}*/
 
 /**************************************************************************/