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

Diff for /src/usr.bin/hexdump/display.c between version 1.9 and 1.10

version 1.9, 2001/12/30 08:17:32 version 1.10, 2002/02/16 21:27:46
Line 57 
Line 57 
 static off_t address;                   /* address/offset in stream */  static off_t address;                   /* address/offset in stream */
 static off_t eaddress;                  /* end address */  static off_t eaddress;                  /* end address */
   
 static inline void print __P((PR *, u_char *));  static inline void print(PR *, u_char *);
   
 void  void
 display()  display()

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10