comparison src/blist.h @ 9713:db62420a53a2

[gaim-migrate @ 10574] Remove multi.h committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 05:38:02 +0000
parents 8ad07c6f6522
children 4a8bf81b82ae
comparison
equal deleted inserted replaced
9712:34a929fbbb30 9713:db62420a53a2
20 * 20 *
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
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_BLIST_H_
26 #define _GAIM_BLIST_H_
25 27
26 /* I can't believe I let ChipX86 inspire me to write good code. -Sean */ 28 /* I can't believe I let ChipX86 inspire me to write good code. -Sean */
27
28 #ifndef _BLIST_H_
29 #define _BLIST_H_
30 29
31 #include <glib.h> 30 #include <glib.h>
32 31
33 typedef struct _GaimBuddyList GaimBuddyList; 32 typedef struct _GaimBuddyList GaimBuddyList;
34 typedef struct _GaimBlistUiOps GaimBlistUiOps; 33 typedef struct _GaimBlistUiOps GaimBlistUiOps;
876 875
877 #ifdef __cplusplus 876 #ifdef __cplusplus
878 } 877 }
879 #endif 878 #endif
880 879
881 #endif /* _BLIST_H_ */ 880 #endif /* _GAIM_BLIST_H_ */