From 3bd044c236b8d1b8fb61f91070b3f9b435ddc52e Mon Sep 17 00:00:00 2001 From: Martin Pycko Date: Fri, 12 Sep 2003 17:09:44 +0000 Subject: Fix a tiny thing git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1501 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/causes.h | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'include/asterisk/causes.h') 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 + * + * 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); - -- cgit v1.2.3