comparison 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
comparison
equal deleted inserted replaced
6240:ac191233b816 6241:9ce44a7f9ae7
460 * @param who The user on the other end of the transfer. 460 * @param who The user on the other end of the transfer.
461 * @param msg The message to display. 461 * @param msg The message to display.
462 */ 462 */
463 void gaim_xfer_error(GaimXferType type, const char *who, const char *msg); 463 void gaim_xfer_error(GaimXferType type, const char *who, const char *msg);
464 464
465 /**
466 * Initializes the file transfer subsystem.
467 */
468 void gaim_xfer_init(void);
469
465 /*@}*/ 470 /*@}*/
466 471
467 /**************************************************************************/ 472 /**************************************************************************/
468 /** @name UI Registration Functions */ 473 /** @name UI Registration Functions */
469 /**************************************************************************/ 474 /**************************************************************************/