]> git.karo-electronics.de Git - mdnsd.git/blob - sdtxt.h
Applied Simons initial checkin, first slightly modifications
[mdnsd.git] / sdtxt.h
1 #ifndef sdtxt_h
2 #define sdtxt_h
3 #include "xht.h"
4
5 // returns hashtable of strings from the SD TXT record rdata
6 xht txt2sd(unsigned char *txt, int len);
7
8 // returns a raw block that can be sent with a SD TXT record, sets length
9 unsigned char *sd2txt(xht h, int *len);
10
11 #endif