=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/hexdump.h,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/hexdump/hexdump.h 2016/02/09 01:29:12 1.11 --- src/usr.bin/hexdump/hexdump.h 2016/03/15 04:19:13 1.12 *************** *** 1,4 **** ! /* $OpenBSD: hexdump.h,v 1.11 2016/02/09 01:29:12 tb Exp $ */ /* $NetBSD: hexdump.h,v 1.7 2001/12/07 15:14:29 bjh21 Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: hexdump.h,v 1.12 2016/03/15 04:19:13 mmcc Exp $ */ /* $NetBSD: hexdump.h,v 1.7 2001/12/07 15:14:29 bjh21 Exp $ */ /* *************** *** 78,104 **** extern FS *fshead; /* head of format strings list */ extern long length; /* max bytes to read */ extern off_t skip; /* bytes to skip */ ! extern char *iobuf; /* stdio I/O buffer */ ! extern size_t iobufsiz; /* size of stdio I/O buffer */ extern enum _vflag vflag; void add(const char *); void addfile(char *); - void badcnt(char *); - void badconv(char *); - void badfmt(const char *); - void badsfmt(void); - void bpad(PR *); void conv_c(PR *, u_char *); void conv_u(PR *, u_char *); void display(void); - void doskip(const char *, int); - void escape(char *); - u_char *get(void); void newsyntax(int, char ***); int next(char **); void oldsyntax(int, char ***); void rewrite(FS *); int size(FS *); - void usage(void); - void oldusage(void); --- 78,94 ---- extern FS *fshead; /* head of format strings list */ extern long length; /* max bytes to read */ extern off_t skip; /* bytes to skip */ ! extern char *iobuf; /* stdio I/O buffer */ ! extern size_t iobufsiz; /* size of stdio I/O buffer */ extern enum _vflag vflag; void add(const char *); void addfile(char *); void conv_c(PR *, u_char *); void conv_u(PR *, u_char *); void display(void); void newsyntax(int, char ***); int next(char **); void oldsyntax(int, char ***); void rewrite(FS *); int size(FS *);