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

Diff for /src/usr.bin/mg/def.h between version 1.80 and 1.81

version 1.80, 2005/12/13 06:01:27 version 1.81, 2005/12/13 07:20:13
Line 585 
Line 585 
 void             free_undo_record(struct undo_rec *);  void             free_undo_record(struct undo_rec *);
 int              undo_dump(int, int);  int              undo_dump(int, int);
 int              undo_enable(int);  int              undo_enable(int);
 int              undo_add_boundary(void);  void             undo_add_boundary(void);
 int              undo_add_insert(struct line *, int, int);  int              undo_add_insert(struct line *, int, int);
 int              undo_add_delete(struct line *, int, int);  int              undo_add_delete(struct line *, int, int);
 void             undo_no_boundary(int);  void             undo_no_boundary(int);

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81