- Timestamp:
- 2010-06-27T12:39:07Z (14 years ago)
- Branches:
- master
- Children:
- 547ea68
- Parents:
- e907683
- Location:
- protocols
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/account.c
re907683 r84c3a72 27 27 #include "bitlbee.h" 28 28 #include "account.h" 29 #include "chat.h"30 29 31 30 account_t *account_add( bee_t *bee, struct prpl *prpl, char *user, char *pass ) -
protocols/nogaim.c
re907683 r84c3a72 36 36 37 37 #include "nogaim.h" 38 #include "chat.h"39 38 40 39 GSList *connections;
Note: See TracChangeset
for help on using the changeset viewer.