mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 10:51:40 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user