comparison src/ft.h @ 5944:158196b2db19

[gaim-migrate @ 6385] Added #ifdef __cplusplus lines so that things will link right with C++. Also added some doxygen comment blocks that didn't previously exist. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 23 Jun 2003 06:40:13 +0000
parents 059d95c67cda
children ac191233b816
comparison
equal deleted inserted replaced
5943:a4f2aba0848d 5944:158196b2db19
110 void *ui_data; /**< UI-specific data. */ 110 void *ui_data; /**< UI-specific data. */
111 111
112 void *data; /**< prpl-specific data. */ 112 void *data; /**< prpl-specific data. */
113 }; 113 };
114 114
115 #ifdef __cplusplus
116 extern "C" {
117 #endif
118
115 /**************************************************************************/ 119 /**************************************************************************/
116 /** @name File Transfer API */ 120 /** @name File Transfer API */
117 /**************************************************************************/ 121 /**************************************************************************/
118 /*@{*/ 122 /*@{*/
119 123
486 */ 490 */
487 struct gaim_xfer_ui_ops *gaim_get_xfer_ui_ops(void); 491 struct gaim_xfer_ui_ops *gaim_get_xfer_ui_ops(void);
488 492
489 /*@}*/ 493 /*@}*/
490 494
495 #ifdef __cplusplus
496 }
497 #endif
498
491 #endif /* _GAIM_FT_H_ */ 499 #endif /* _GAIM_FT_H_ */