aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/causes.h
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-28 18:09:00 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-28 18:09:00 +0000
commitc98e20000bc16733bd3c92098cc6007b0989cfde (patch)
tree45fa2fe56153d9832a150cf3a3fba4169a8a5b40 /include/asterisk/causes.h
parent99902cd21f336edaf335ed2264d796679476e3a2 (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: http://svn.digium.com/svn/asterisk/trunk@2802 f38db490-d61c-443f-a65b-d21fe96a405b
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