dect
/
asterisk
Archived
13
0
Fork 0

Make sure causes.h can only be included once. Not that any code does this now, but it could in the future.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2802 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
citats 2004-04-28 18:09:00 +00:00
parent 99902cd21f
commit c98e20000b
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,8 @@
* the GNU General Public License
*/
#ifndef _ASTERISK_CAUSES_H
#define _ASTERISK_CAUSES_H
#define AST_CAUSE_NOTDEFINED 0
#define AST_CAUSE_NORMAL 1
@ -19,3 +21,4 @@
#define AST_CAUSE_CONGESTION 4
#define AST_CAUSE_UNALLOCATED 5
#endif