summaryrefslogtreecommitdiff
path: root/include/asterisk/causes.h
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-04-28 18:09:00 +0000
committerJames Golovich <james@gnuinter.net>2004-04-28 18:09:00 +0000
commit33faf463a0154f2c9d534d624ae9a7a07768feeb (patch)
tree45fa2fe56153d9832a150cf3a3fba4169a8a5b40 /include/asterisk/causes.h
parentceb572a2808d82bf43cacd82417c033cd4f40728 (diff)
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
Diffstat (limited to 'include/asterisk/causes.h')
-rwxr-xr-xinclude/asterisk/causes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/causes.h b/include/asterisk/causes.h
index e70069069..8f8e811fb 100755
--- a/include/asterisk/causes.h
+++ b/include/asterisk/causes.h
@@ -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