#ifndef sdtxt_h
#define sdtxt_h
#include "xht.h"

// returns hashtable of strings from the SD TXT record rdata
xht txt2sd(unsigned char *txt, int len);

// returns a raw block that can be sent with a SD TXT record, sets length
unsigned char *sd2txt(xht h, int *len);

#endif


syntax highlighted by Code2HTML, v. 0.9.1