comparison libgaim/stun.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
comparison
equal deleted inserted replaced
14925:8d9a473bbab9 14926:500a8f54354e
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 #ifndef _GAIM_STUN_H_ 25 #ifndef _GAIM_STUN_H_
26 #define _GAIM_STUN_H_ 26 #define _GAIM_STUN_H_
27
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
27 31
28 /**************************************************************************/ 32 /**************************************************************************/
29 /** @name STUN API */ 33 /** @name STUN API */
30 /**************************************************************************/ 34 /**************************************************************************/
31 /*@{*/ 35 /*@{*/
74 78
75 void gaim_stun_init(void); 79 void gaim_stun_init(void);
76 80
77 /*@}*/ 81 /*@}*/
78 82
83 #ifdef __cplusplus
84 }
85 #endif
86
79 #endif /* _GAIM_STUN_H_ */ 87 #endif /* _GAIM_STUN_H_ */