comparison libgaim/status.h @ 14926:500a8f54354e

[gaim-migrate @ 17698] Add extern "C" guards to header files which are missing it. This should fix problems similar to SF Bug #1592175. Also, while I was at it, I made the _GaimStringref definition private. It already had a warning to not use it directly, so it should really be safe to make private. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 07 Nov 2006 20:40:22 +0000
parents 60b1bc8dbf37
children 86e334f620ca
comparison
equal deleted inserted replaced
14925:8d9a473bbab9 14926:500a8f54354e
111 #include "account.h" 111 #include "account.h"
112 #include "blist.h" 112 #include "blist.h"
113 #include "conversation.h" 113 #include "conversation.h"
114 #include "value.h" 114 #include "value.h"
115 115
116 #ifdef __cplusplus
117 extern "C" {
118 #endif
119
116 /**************************************************************************/ 120 /**************************************************************************/
117 /** @name GaimStatusPrimitive API */ 121 /** @name GaimStatusPrimitive API */
118 /**************************************************************************/ 122 /**************************************************************************/
119 /*@{*/ 123 /*@{*/
120 124