diff options
| author | rsc <devnull@localhost> | 2005-01-18 05:25:09 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2005-01-18 05:25:09 +0000 |
| commit | adbb83845c5d3cb02343d7613cfb8385aa909909 (patch) | |
| tree | 6f2b79ae89f59d014cdbfb6a5bf5ded94bf775fa /src/cmd/venti/xml.h | |
| parent | d338028eeb45434dab651466dcd664091517e087 (diff) | |
| download | plan9port-adbb83845c5d3cb02343d7613cfb8385aa909909.tar.gz plan9port-adbb83845c5d3cb02343d7613cfb8385aa909909.zip | |
remove venti for now
Diffstat (limited to 'src/cmd/venti/xml.h')
| -rw-r--r-- | src/cmd/venti/xml.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cmd/venti/xml.h b/src/cmd/venti/xml.h deleted file mode 100644 index c9e52b0b..00000000 --- a/src/cmd/venti/xml.h +++ /dev/null @@ -1,11 +0,0 @@ -void xmlamap(Hio *hout, AMap *v, char *tag, int indent); -void xmlarena(Hio *hout, Arena *v, char *tag, int indent); -void xmlindex(Hio *hout, Index *v, char *tag, int indent); - -void xmlaname(Hio *hout, char *v, char *tag); -void xmlscore(Hio *hout, u8int *v, char *tag); -void xmlsealed(Hio *hout, int v, char *tag); -void xmlu32int(Hio *hout, u32int v, char *tag); -void xmlu64int(Hio *hout, u64int v, char *tag); - -void xmlindent(Hio *hout, int indent); |
