--- a/src/prpl.h Mon Jun 23 02:00:15 2003 +0000 +++ b/src/prpl.h Mon Jun 23 06:40:13 2003 +0000 @@ -304,6 +304,11 @@ #define GAIM_PLUGIN_PROTOCOL_INFO(plugin) \ ((GaimPluginProtocolInfo *)(plugin)->info->extra_info) + +#ifdef __cplusplus +extern "C" { +#endif + /** * Returns the plugin ID for a protocol number. * @@ -363,4 +368,8 @@ */ void *get_icon_data(GaimConnection *gc, const char *who, int *len); +#ifdef __cplusplus +} +#endif + #endif /* _PRPL_H_ */