xcap_mod.h

00001 #ifndef __XCAP_MOD_H
00002 #define __XCAP_MOD_H
00003 
00004 #include <xcap/xcap_client.h>
00005 #include "../../parser/msg_parser.h"
00006 
00007 typedef int (*fill_xcap_params_func)(struct sip_msg *m, xcap_query_params_t *params);
00008 
00009 #endif