aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/causes.h
diff options
context:
space:
mode:
authormartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-12 17:09:44 +0000
committermartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-12 17:09:44 +0000
commit77dab1ff4fac51ce617560ba1580620ecb82483d (patch)
tree857f1d39b940a0ad73aae912a956c81eaca46873 /include/asterisk/causes.h
parent631369f3da1463f7d4e70f1f459c7f2924bcd470 (diff)
Fix a tiny thing
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1501 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/causes.h')
-rwxr-xr-xinclude/asterisk/causes.h17
1 files changed, 14 insertions, 3 deletions
diff --git a/include/asterisk/causes.h b/include/asterisk/causes.h
index 470510981..851362882 100755
--- a/include/asterisk/causes.h
+++ b/include/asterisk/causes.h
@@ -1,9 +1,20 @@
+/*
+ * Asterisk -- A telephony toolkit for Linux.
+ *
+ * Internal Asterisk's hangup causes
+ *
+ * Copyright (C) 2003, Digium
+ *
+ * Martin Pycko <martinp@digium.com>
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License
+ */
+
+
#define AST_CAUSE_NOTDEFINED 0
#define AST_CAUSE_NORMAL 1
#define AST_CAUSE_BUSY 2
#define AST_CAUSE_FAILURE 3
-/* Translate the pri's cause number to asterisk's */
-int hangup_pri2cause(int cause);
-