Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_tlsv12/sys/src/cmd/venti/srv/xml.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | 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);