comparison libpurple/savedstatuses.h @ 32819:2c6510167895 default tip

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24) to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 02 Jun 2012 02:30:49 +0000
parents 98520ee78f12
children
comparison
equal deleted inserted replaced
32818:01ff09d4a463 32819:2c6510167895
58 typedef struct _PurpleSavedStatus PurpleSavedStatus; 58 typedef struct _PurpleSavedStatus PurpleSavedStatus;
59 typedef struct _PurpleSavedStatusSub PurpleSavedStatusSub; 59 typedef struct _PurpleSavedStatusSub PurpleSavedStatusSub;
60 60
61 #include "status.h" 61 #include "status.h"
62 62
63 #ifdef __cplusplus 63 G_BEGIN_DECLS
64 extern "C" {
65 #endif
66 64
67 /**************************************************************************/ 65 /**************************************************************************/
68 /** @name Saved status subsystem */ 66 /** @name Saved status subsystem */
69 /**************************************************************************/ 67 /**************************************************************************/
70 /*@{*/ 68 /*@{*/
416 */ 414 */
417 void purple_savedstatuses_uninit(void); 415 void purple_savedstatuses_uninit(void);
418 416
419 /*@}*/ 417 /*@}*/
420 418
421 #ifdef __cplusplus 419 G_END_DECLS
422 }
423 #endif
424 420
425 #endif /* _PURPLE_SAVEDSTATUSES_H_ */ 421 #endif /* _PURPLE_SAVEDSTATUSES_H_ */
422