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/lib/cds/rr_serialize.h

18 lines
322 B

#ifndef __RR_SERIALIZE_H
#define __RR_SERIALIZE_H
#ifdef SER
/* only within ser */
#include <cds/sstr.h>
#include <cds/serialize.h>
#include <parser/parse_rr.h>
int serialize_route_set(sstream_t *ss, rr_t **_r);
int route_set2str(rr_t *rr, str_t *dst_str);
int str2route_set(const str_t *s, rr_t **rr);
#endif
#endif