Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 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);