Last change
on this file since 83ba3e5 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:
315 bytes
|
Line | |
---|
1 | #ifndef __OSCAR_CHATNAV_H__ |
---|
2 | #define __OSCAR_CHATNAV_H__ |
---|
3 | |
---|
4 | #define AIM_CB_FAM_CTN 0x000d /* ChatNav */ |
---|
5 | |
---|
6 | /* |
---|
7 | * SNAC Family: Chat Navigation Services |
---|
8 | */ |
---|
9 | #define AIM_CB_CTN_ERROR 0x0001 |
---|
10 | #define AIM_CB_CTN_CREATE 0x0008 |
---|
11 | #define AIM_CB_CTN_INFO 0x0009 |
---|
12 | #define AIM_CB_CTN_DEFAULT 0xffff |
---|
13 | |
---|
14 | #endif /* __OSCAR_CHATNAV_H__ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.