=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/hexdump.h,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/hexdump/hexdump.h 2001/12/30 08:17:32 1.4 --- src/usr.bin/hexdump/hexdump.h 2002/02/16 21:27:47 1.5 *************** *** 1,4 **** ! /* $OpenBSD: hexdump.h,v 1.4 2001/12/30 08:17:32 pvalchev Exp $ */ /* $NetBSD: hexdump.h,v 1.7 2001/12/07 15:14:29 bjh21 Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: hexdump.h,v 1.5 2002/02/16 21:27:47 millert Exp $ */ /* $NetBSD: hexdump.h,v 1.7 2001/12/07 15:14:29 bjh21 Exp $ */ /* *************** *** 84,108 **** extern off_t skip; /* bytes to skip */ extern enum _vflag vflag; ! void add __P((const char *)); ! void addfile __P((char *)); ! void badcnt __P((char *)); ! void badconv __P((char *)); ! void badfmt __P((const char *)); ! void badsfmt __P((void)); ! void bpad __P((PR *)); ! void conv_c __P((PR *, u_char *)); ! void conv_u __P((PR *, u_char *)); ! void display __P((void)); ! void doskip __P((const char *, int)); ! /*void err __P((const char *, ...));*/ ! void *emalloc __P((int)); ! void escape __P((char *)); ! u_char *get __P((void)); ! void newsyntax __P((int, char ***)); ! int next __P((char **)); ! void nomem __P((void)); ! void oldsyntax __P((int, char ***)); ! void rewrite __P((FS *)); ! int size __P((FS *)); ! void usage __P((void)); --- 84,108 ---- extern off_t skip; /* bytes to skip */ 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 err(const char *, ...);*/ ! void *emalloc(int); ! void escape(char *); ! u_char *get(void); ! void newsyntax(int, char ***); ! int next(char **); ! void nomem(void); ! void oldsyntax(int, char ***); ! void rewrite(FS *); ! int size(FS *); ! void usage(void);