qos_mi.h 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*
  2. * $Id$
  3. *
  4. * Copyright (C) 2007 SOMA Networks, Inc.
  5. * Written By Ovidiu Sas (osas)
  6. *
  7. * This file is part of Kamailio, a free SIP server.
  8. *
  9. * Kamailio is free software; you can redistribute it and/or modify it
  10. * under the terms of the GNU General Public License as published by
  11. * the Free Software Foundation; either version 2 of the License, or
  12. * (at your option) any later version
  13. *
  14. * Kamailio is distributed in the hope that it will be useful, but
  15. * WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. * General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  22. * USA
  23. *
  24. * History:
  25. * --------
  26. * 2007-07-16 initial version (osas)
  27. */
  28. #ifndef _QOS_MI_H_
  29. #define _QOS_MI_H_
  30. #include "../../sr_module.h" /* Needed for find_export() */
  31. #include "../../parser/msg_parser.h"
  32. #include "../dialog/dlg_load.h"
  33. /**
  34. * The dialog mi helper function.
  35. */
  36. void qos_dialog_mi_context_CB(struct dlg_cell* did, int type, struct dlg_cb_params * params);
  37. #endif /* _QOS_MI_H_ */