Back out accidental changes by anthm

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3378 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-07-02 23:11:14 +00:00
parent 75d4369dfc
commit f63d46097d
5 changed files with 65 additions and 186 deletions

View File

@@ -48,9 +48,6 @@
#define EVENT_FLAG_COMMAND (1 << 4) /* Ability to read/set commands */
#define EVENT_FLAG_AGENT (1 << 5) /* Ability to read/set agent info */
#define EVENT_FLAG_USER (1 << 6) /* Ability to read/set user info */
#define EVENT_FLAG_CUSTOM1 (1 << 7) /* Ability to read/set user info */
#define EVENT_FLAG_CUSTOM2 (1 << 8) /* Ability to read/set user info */
#define EVENT_FLAG_CUSTOM3 (1 << 9) /* Ability to read/set user info */
/* Export manager structures */
#define MAX_HEADERS 80