summaryrefslogtreecommitdiff
path: root/include/asterisk/causes.h
diff options
context:
space:
mode:
authorMartin Pycko <martinp@digium.com>2003-09-12 17:09:44 +0000
committerMartin Pycko <martinp@digium.com>2003-09-12 17:09:44 +0000
commit3bd044c236b8d1b8fb61f91070b3f9b435ddc52e (patch)
tree857f1d39b940a0ad73aae912a956c81eaca46873 /include/asterisk/causes.h
parent5a894711ebadb78077ddd32338bc418db6873e23 (diff)
Fix a tiny thing
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1501 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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);
-