Changeset 4cf80bb
- Timestamp:
- 2009-10-23T10:43:15Z (15 years ago)
- Branches:
- master
- Children:
- fb51d85
- Parents:
- b75acf6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/misc.c
rb75acf6 r4cf80bb 46 46 #endif 47 47 48 #include "md5.h" 48 49 #include "ssl_client.h" 49 50 -
protocols/jabber/jabber.h
rb75acf6 r4cf80bb 27 27 #include <glib.h> 28 28 29 #include "bitlbee.h" 30 #include "md5.h" 29 31 #include "xmltree.h" 30 #include "bitlbee.h"31 32 32 33 extern GSList *jabber_connections; -
protocols/nogaim.c
rb75acf6 r4cf80bb 33 33 34 34 #define BITLBEE_CORE 35 #include <ctype.h> 36 35 37 #include "nogaim.h" 36 #include <ctype.h>38 #include "chat.h" 37 39 38 40 static int remove_chat_buddy_silent( struct groupchat *b, const char *handle ); -
protocols/nogaim.h
rb75acf6 r4cf80bb 39 39 #define _NOGAIM_H 40 40 41 #include <stdint.h> 42 41 43 #include "bitlbee.h" 42 44 #include "account.h" 43 45 #include "proxy.h" 44 46 #include "query.h" 45 #include "md5.h"46 #include "chat.h"47 47 48 48 #define BUDDY_ALIAS_MAXLEN 388 /* because MSN names can be 387 characters */
Note: See TracChangeset
for help on using the changeset viewer.