rr_serialize.h

00001 #ifndef __RR_SERIALIZE_H
00002 #define __RR_SERIALIZE_H
00003 
00004 #ifdef SER
00005 
00006 /* only within ser */
00007 #include <cds/sstr.h>
00008 #include <cds/serialize.h>
00009 #include <parser/parse_rr.h>
00010 
00011 int serialize_route_set(sstream_t *ss, rr_t **_r);
00012 int route_set2str(rr_t *rr, str_t *dst_str);
00013 int str2route_set(const str_t *s, rr_t **rr);
00014 
00015 #endif
00016 
00017 #endif