00001 /* 00002 * $Id$ 00003 * 00004 * Copyright (C) 2007 SOMA Networks, Inc. 00005 * Written By Ovidiu Sas (osas) 00006 * 00007 * This file is part of Kamailio, a free SIP server. 00008 * 00009 * Kamailio is free software; you can redistribute it and/or modify it 00010 * under the terms of the GNU General Public License as published by 00011 * the Free Software Foundation; either version 2 of the License, or 00012 * (at your option) any later version 00013 * 00014 * Kamailio is distributed in the hope that it will be useful, but 00015 * WITHOUT ANY WARRANTY; without even the implied warranty of 00016 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00017 * General Public License for more details. 00018 * 00019 * You should have received a copy of the GNU General Public License 00020 * along with this program; if not, write to the Free Software 00021 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 00022 * USA 00023 * 00024 * History: 00025 * -------- 00026 * 2007-07-16 initial version (osas) 00027 */ 00028 00029 #ifndef _QOS_MI_H_ 00030 #define _QOS_MI_H_ 00031 00032 #include "../../sr_module.h" /* Needed for find_export() */ 00033 #include "../../parser/msg_parser.h" 00034 #include "../dialog/dlg_load.h" 00035 00039 void qos_dialog_mi_context_CB(struct dlg_cell* did, int type, struct dlg_cb_params * params); 00040 00041 #endif /* _QOS_MI_H_ */
1.7.1