[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.54 and 1.55

version 1.54, 2004/01/27 23:43:37 version 1.55, 2004/07/09 13:50:39
Line 352 
Line 352 
 void     lchange(int);  void     lchange(int);
 int      linsert_str(const char *, int);  int      linsert_str(const char *, int);
 int      linsert(int, int);  int      linsert(int, int);
   int      lnewline_at(LINE *, int);
 int      lnewline(void);  int      lnewline(void);
 int      ldelete(RSIZE, int);  int      ldelete(RSIZE, int);
 int      ldelnewline(void);  int      ldelnewline(void);

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55