comparison src/ft.h @ 6720:41120df7ed94

[gaim-migrate @ 7247] Fixed documentation errors so Doxygen no longer complains. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 03 Sep 2003 05:21:04 +0000
parents 0a902bd3e170
children feb3d21a7794
comparison
equal deleted inserted replaced
6719:3cc4d5e55a69 6720:41120df7ed94
529 /*@{*/ 529 /*@{*/
530 530
531 /** 531 /**
532 * Sets the UI operations structure to be used in all gaim file transfers. 532 * Sets the UI operations structure to be used in all gaim file transfers.
533 * 533 *
534 * @param fnc The function. 534 * @param ops The UI operations structure.
535 */ 535 */
536 void gaim_set_xfer_ui_ops(GaimXferUiOps *ops); 536 void gaim_set_xfer_ui_ops(GaimXferUiOps *ops);
537 537
538 /** 538 /**
539 * Returns the UI operations structure to be used in all gaim file transfers. 539 * Returns the UI operations structure to be used in all gaim file transfers.