comparison libpurple/protocols/jabber/jutil.h @ 20288:f5c2f047acae

jutil.h should not include account.h because that breaks test compilation during make distcheck
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 29 Sep 2007 14:45:20 +0000
parents 481749fc0b6b
children 61e0924de04a
comparison
equal deleted inserted replaced
20287:ff4e9608b402 20288:f5c2f047acae
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 */ 21 */
22 #ifndef _PURPLE_JABBER_JUTIL_H_ 22 #ifndef _PURPLE_JABBER_JUTIL_H_
23 #define _PURPLE_JABBER_JUTIL_H_ 23 #define _PURPLE_JABBER_JUTIL_H_
24 24
25 #include "account.h"
26
27 typedef struct _JabberID { 25 typedef struct _JabberID {
28 char *node; 26 char *node;
29 char *domain; 27 char *domain;
30 char *resource; 28 char *resource;
31 } JabberID; 29 } JabberID;