Last change
on this file since 2379566 was
b7d3cc34,
checked in by Wilmer van der Gaast <wilmer@…>, at 2005-11-06T18:23:18Z
|
Initial repository (0.99 release tree)
|
-
Property mode set to
100644
|
File size:
650 bytes
|
Rev | Line | |
---|
[b7d3cc34] | 1 | #ifndef __OSCAR_BUDDYLIST_H__ |
---|
| 2 | #define __OSCAR_BUDDYLIST_H__ |
---|
| 3 | |
---|
| 4 | #define AIM_CB_FAM_BUD 0x0003 |
---|
| 5 | |
---|
| 6 | /* |
---|
| 7 | * SNAC Family: Buddy List Management Services. |
---|
| 8 | */ |
---|
| 9 | #define AIM_CB_BUD_ERROR 0x0001 |
---|
| 10 | #define AIM_CB_BUD_REQRIGHTS 0x0002 |
---|
| 11 | #define AIM_CB_BUD_RIGHTSINFO 0x0003 |
---|
| 12 | #define AIM_CB_BUD_ADDBUDDY 0x0004 |
---|
| 13 | #define AIM_CB_BUD_REMBUDDY 0x0005 |
---|
| 14 | #define AIM_CB_BUD_REJECT 0x000a |
---|
| 15 | #define AIM_CB_BUD_ONCOMING 0x000b |
---|
| 16 | #define AIM_CB_BUD_OFFGOING 0x000c |
---|
| 17 | #define AIM_CB_BUD_DEFAULT 0xffff |
---|
| 18 | |
---|
| 19 | /* aim_buddylist.c */ |
---|
| 20 | int aim_add_buddy(aim_session_t *, aim_conn_t *, const char *); |
---|
| 21 | int aim_remove_buddy(aim_session_t *, aim_conn_t *, const char *); |
---|
| 22 | |
---|
| 23 | #endif /* __OSCAR_BUDDYLIST_H__ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.