You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/modules_s/xcap/xcap_mod.h

10 lines
205 B

#ifndef __XCAP_MOD_H
#define __XCAP_MOD_H
#include <xcap/xcap_client.h>
#include "../../parser/msg_parser.h"
typedef int (*fill_xcap_params_func)(struct sip_msg *m, xcap_query_params_t *params);
#endif