[BACK]Return to hexdump.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / hexdump

Diff for /src/usr.bin/hexdump/hexdump.h between version 1.11 and 1.12

version 1.11, 2016/02/09 01:29:12 version 1.12, 2016/03/15 04:19:13
Line 78 
Line 78 
 extern FS *fshead;                      /* head of format strings list */  extern FS *fshead;                      /* head of format strings list */
 extern long length;                     /* max bytes to read */  extern long length;                     /* max bytes to read */
 extern off_t skip;                      /* bytes to skip */  extern off_t skip;                      /* bytes to skip */
 extern char *iobuf;                            /* stdio I/O buffer */  extern char *iobuf;                     /* stdio I/O buffer */
 extern size_t iobufsiz;                        /* size of stdio I/O buffer */  extern size_t iobufsiz;                 /* size of stdio I/O buffer */
 extern enum _vflag vflag;  extern enum _vflag vflag;
   
 void     add(const char *);  void     add(const char *);
 void     addfile(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_c(PR *, u_char *);
 void     conv_u(PR *, u_char *);  void     conv_u(PR *, u_char *);
 void     display(void);  void     display(void);
 void     doskip(const char *, int);  
 void     escape(char *);  
 u_char  *get(void);  
 void     newsyntax(int, char ***);  void     newsyntax(int, char ***);
 int      next(char **);  int      next(char **);
 void     oldsyntax(int, char ***);  void     oldsyntax(int, char ***);
 void     rewrite(FS *);  void     rewrite(FS *);
 int      size(FS *);  int      size(FS *);
 void     usage(void);  
 void     oldusage(void);  

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12