src/ft.h

changeset 6720
cdc5348dd848
parent 6269
5372f99268ed
child 7035
76bca80cd91d
equal deleted inserted replaced
6719:f2b0a4a52abc 6720:cdc5348dd848
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.

mercurial