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: https://origsvn.digium.com/svn/asterisk/trunk@2802 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
James Golovich
2004-04-28 18:09:00 +00:00
parent ceb572a280
commit 33faf463a0

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