[Asterisk-cvs] asterisk/include/asterisk causes.h,1.1,1.2

martinp at lists.digium.com martinp at lists.digium.com
Fri Sep 12 12:08:36 CDT 2003


Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv10915/include/asterisk

Modified Files:
	causes.h 
Log Message:
Fix a tiny thing


Index: causes.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/causes.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- causes.h	12 Sep 2003 16:52:14 -0000	1.1
+++ causes.h	12 Sep 2003 17:09:44 -0000	1.2
@@ -1,9 +1,20 @@
+/*
+ * Asterisk -- A telephony toolkit for Linux.
+ *
+ * Internal Asterisk's hangup causes
+ *
+ * Copyright (C) 2003, Digium
+ *
+ * Martin Pycko <martinp at 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);
 
 




More information about the svn-commits mailing list