comparison src/blist.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 390d32a6b130
children 5a0060191a77
comparison
equal deleted inserted replaced
5943:a4f2aba0848d 5944:158196b2db19
152 void (*set_visible)(struct gaim_buddy_list *list, 152 void (*set_visible)(struct gaim_buddy_list *list,
153 gboolean show); /**< Hides or unhides the buddy list */ 153 gboolean show); /**< Hides or unhides the buddy list */
154 154
155 }; 155 };
156 156
157 #ifdef __cplusplus
158 extern "C" {
159 #endif
160
157 /**************************************************************************/ 161 /**************************************************************************/
158 /** @name Buddy List API */ 162 /** @name Buddy List API */
159 /**************************************************************************/ 163 /**************************************************************************/
160 /*@{*/ 164 /*@{*/
161 165
562 */ 566 */
563 struct gaim_blist_ui_ops *gaim_get_blist_ui_ops(void); 567 struct gaim_blist_ui_ops *gaim_get_blist_ui_ops(void);
564 568
565 /*@}*/ 569 /*@}*/
566 570
571 #ifdef __cplusplus
572 }
573 #endif
574
567 #endif /* _LIST_H_ */ 575 #endif /* _LIST_H_ */