source: protocols/oscar/admin.h @ b7d3cc34

0.99
Last change on this file since b7d3cc34 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: 274 bytes
Line 
1#ifndef __OSCAR_ADMIN_H__
2#define __OSCAR_ADMIN_H__
3
4#define AIM_CB_FAM_ADM 0x0007
5
6/*
7 * SNAC Family: Administrative Services.
8 */ 
9#define AIM_CB_ADM_ERROR 0x0001
10#define AIM_CB_ADM_INFOCHANGE_REPLY 0x0005
11#define AIM_CB_ADM_DEFAULT 0xffff
12
13#endif /* __OSCAR_ADMIN_H__ */
Note: See TracBrowser for help on using the repository browser.