Move xdmeta() back to commands/xdump.c, internal linkage

Partially revert commit 4c746b5e.
This commit is contained in:
Markus Armbruster 2011-04-09 07:39:58 +02:00
parent 6db74cd282
commit af5e25aa16
3 changed files with 32 additions and 33 deletions

View file

@ -51,7 +51,6 @@ extern void xdhdr(struct xdstr *, char *, int);
extern void xdcolhdr(struct xdstr *, struct castr[]);
extern void xdflds(struct xdstr *, struct castr[], void *);
extern void xdftr(struct xdstr *, int);
extern int xdmeta(struct xdstr *, int);
extern int xundump(FILE *, char *, int *, int);
#endif