comparison mcabber/src/settings.h @ 1598:a087125d8fc8

Replace libjabber with loudmouth
author franky
date Sun, 11 Oct 2009 15:38:32 +0200
parents d431cd75eb53
children
comparison
equal deleted inserted replaced
1597:4f59a414217e 1598:a087125d8fc8
2 #define __SETTINGS_H__ 1 2 #define __SETTINGS_H__ 1
3 3
4 #include <ctype.h> 4 #include <ctype.h>
5 #include <glib.h> 5 #include <glib.h>
6 6
7 #include "jabglue.h" 7 #include "roster.h"
8 8
9 #ifndef isblank 9 #ifndef isblank
10 # define isblank(c) ((c) == 0x20 || (c) == 0x09) 10 # define isblank(c) ((c) == 0x20 || (c) == 0x09)
11 #endif 11 #endif
12 12