[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.71 and 1.72

version 1.71, 2005/10/14 06:41:47 version 1.72, 2005/11/07 23:32:20
Line 323 
Line 323 
   
 #ifndef NO_DIRED  #ifndef NO_DIRED
 /* dired.c */  /* dired.c */
 int      dired(int, int);  
 int      d_otherwindow(int, int);  
 int      d_undel(int, int);  
 int      d_undelbak(int, int);  
 int      d_findfile(int, int);  
 int      d_ffotherwindow(int, int);  
 int      d_expunge(int, int);  
 int      d_copy(int, int);  
 int      d_del(int, int);  
 int      d_rename(int, int);  
 int      d_shell_command(int, int);  
 int      d_create_directory(int, int);  
 BUFFER  *dired_(char *);  BUFFER  *dired_(char *);
 #endif /* !NO_DIRED */  #endif /* !NO_DIRED */
   

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72