xref: /plan9/sys/src/cmd/venti/srv/xml.h (revision 368c31ab13393dea083228fdd1c3445076f83a4b)
1 void	xmlamap(Hio *hout, AMap *v, char *tag, int indent);
2 void	xmlarena(Hio *hout, Arena *v, char *tag, int indent);
3 void	xmlindex(Hio *hout, Index *v, char *tag, int indent);
4 
5 void	xmlaname(Hio *hout, char *v, char *tag);
6 void	xmlscore(Hio *hout, u8int *v, char *tag);
7 void	xmlsealed(Hio *hout, int v, char *tag);
8 void	xmlu32int(Hio *hout, u32int v, char *tag);
9 void	xmlu64int(Hio *hout, u64int v, char *tag);
10 
11 void	xmlindent(Hio *hout, int indent);
12