projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceb572a
)
Make sure causes.h can only be included once. Not that any code does this now, but...
author
James Golovich
<james@gnuinter.net>
Wed, 28 Apr 2004 18:09:00 +0000
(18:09 +0000)
committer
James Golovich
<james@gnuinter.net>
Wed, 28 Apr 2004 18:09:00 +0000
(18:09 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2802
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
include/asterisk/causes.h
patch
|
blob
|
history
diff --git
a/include/asterisk/causes.h
b/include/asterisk/causes.h
index
e700690
..
8f8e811
100755
(executable)
--- 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