comparison src/savedstatuses.h @ 10447:6feef0a9098a

[gaim-migrate @ 11712] A few minor improvements and some documentation updates. Conscious evolution in the back of your mind... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 29 Dec 2004 21:53:59 +0000
parents 854c972ea863
children 723487d07aa0
comparison
equal deleted inserted replaced
10446:904d03bfccce 10447:6feef0a9098a
32 * to the settings of that state. 32 * to the settings of that state.
33 */ 33 */
34 34
35 typedef struct _GaimSavedStatus GaimSavedStatus; 35 typedef struct _GaimSavedStatus GaimSavedStatus;
36 typedef struct _GaimSavedStatusSub GaimSavedStatusSub; 36 typedef struct _GaimSavedStatusSub GaimSavedStatusSub;
37
38 #include "status.h"
37 39
38 /**************************************************************************/ 40 /**************************************************************************/
39 /** @name Saved status subsystem */ 41 /** @name Saved status subsystem */
40 /**************************************************************************/ 42 /**************************************************************************/
41 /*@{*/ 43 /*@{*/