Last change
on this file since cb1b973 was
5ebff60,
checked in by dequis <dx@…>, at 2015-02-20T22:50:54Z
|
Reindent everything to K&R style with tabs
Used uncrustify, with the configuration file in ./doc/uncrustify.cfg
Commit author set to "Indent <please@…>" so that it's easier to
skip while doing git blame.
|
-
Property mode set to
100644
|
File size:
289 bytes
|
Line | |
---|
1 | #ifndef __OSCAR_BOS_H__ |
---|
2 | #define __OSCAR_BOS_H__ |
---|
3 | |
---|
4 | #define AIM_CB_FAM_BOS 0x0009 |
---|
5 | |
---|
6 | /* |
---|
7 | * SNAC Family: Misc BOS Services. |
---|
8 | */ |
---|
9 | #define AIM_CB_BOS_ERROR 0x0001 |
---|
10 | #define AIM_CB_BOS_RIGHTSQUERY 0x0002 |
---|
11 | #define AIM_CB_BOS_RIGHTS 0x0003 |
---|
12 | #define AIM_CB_BOS_DEFAULT 0xffff |
---|
13 | |
---|
14 | #endif /* __OSCAR_BOS_H__ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.