lib/presence/utils.h

00001 #ifdef SER
00002 
00003 #include <cds/sstr.h>
00004 #include "parser/msg_parser.h"
00005 #include <cds/memory.h>
00006 
00007 /* if set uri_only it extracts only uri, not full Contact header */
00008 int extract_server_contact(struct sip_msg *m, str *dst, int uri_only);
00009 
00010 #endif