source: protocols/oscar/buddylist.h @ ce70e88

Last change on this file since ce70e88 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: 495 bytes
Line 
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#endif /* __OSCAR_BUDDYLIST_H__ */
Note: See TracBrowser for help on using the repository browser.