[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.92 and 1.93

version 1.92, 2006/06/01 09:00:50 version 1.93, 2006/07/08 17:56:10
Line 279 
Line 279 
         enum {          enum {
                 INSERT = 1,                  INSERT = 1,
                 DELETE,                  DELETE,
                 BOUNDARY                  BOUNDARY,
                   MODIFIED
         } type;          } type;
         struct region    region;          struct region    region;
         int              pos;          int              pos;
Line 598 
Line 599 
 int              undo_dump(int, int);  int              undo_dump(int, int);
 int              undo_enable(int);  int              undo_enable(int);
 void             undo_add_boundary(void);  void             undo_add_boundary(void);
   void             undo_add_modified(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.92  
changed lines
  Added in v.1.93