diff 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
line wrap: on
line diff
--- a/src/blist.h	Sun Aug 08 03:39:26 2004 +0000
+++ b/src/blist.h	Sun Aug 08 05:38:02 2004 +0000
@@ -22,12 +22,11 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
+#ifndef _GAIM_BLIST_H_
+#define _GAIM_BLIST_H_
 
 /* I can't believe I let ChipX86 inspire me to write good code. -Sean */
 
-#ifndef _BLIST_H_
-#define _BLIST_H_
-
 #include <glib.h>
 
 typedef struct _GaimBuddyList GaimBuddyList;
@@ -878,4 +877,4 @@
 }
 #endif
 
-#endif /* _BLIST_H_ */
+#endif /* _GAIM_BLIST_H_ */