xcap_params.h

00001 #ifndef __XCAP_PARAMS_H
00002 #define __XCAP_PARAMS_H
00003 
00004 #include <xcap/xcap_client.h>
00005 #include "str.h"
00006 
00007 int fill_xcap_params_impl(struct sip_msg *m, xcap_query_params_t *params);
00008 int set_xcap_root(struct sip_msg* m, char *value, char* _x);
00009 int set_xcap_filename(struct sip_msg* m, char *value, char* _x);
00010 extern str default_xcap_root;
00011 
00012 #endif