comparison src/request.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 0a661f6d65e3
children 8c44020a958e
comparison
equal deleted inserted replaced
5943:a4f2aba0848d 5944:158196b2db19
158 158
159 typedef void (*GaimRequestInputCb)(void *, const char *); 159 typedef void (*GaimRequestInputCb)(void *, const char *);
160 typedef void (*GaimRequestActionCb)(void *, int); 160 typedef void (*GaimRequestActionCb)(void *, int);
161 typedef void (*GaimRequestFieldsCb)(void *, GaimRequestFields *fields); 161 typedef void (*GaimRequestFieldsCb)(void *, GaimRequestFields *fields);
162 162
163 #ifdef __cplusplus
164 extern "C" {
165 #endif
166
163 /**************************************************************************/ 167 /**************************************************************************/
164 /** @name Field List API */ 168 /** @name Field List API */
165 /**************************************************************************/ 169 /**************************************************************************/
166 /*@{*/ 170 /*@{*/
167 171
839 */ 843 */
840 GaimRequestUiOps *gaim_get_request_ui_ops(void); 844 GaimRequestUiOps *gaim_get_request_ui_ops(void);
841 845
842 /*@}*/ 846 /*@}*/
843 847
848 #ifdef __cplusplus
849 }
850 #endif
851
844 #endif /* _GAIM_REQUEST_H_ */ 852 #endif /* _GAIM_REQUEST_H_ */