[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.120 and 1.121

version 1.120, 2012/04/12 04:47:59 version 1.121, 2012/05/25 04:56:58
Line 349 
Line 349 
 int              filesave(int, int);  int              filesave(int, int);
 int              buffsave(struct buffer *);  int              buffsave(struct buffer *);
 int              makebkfile(int, int);  int              makebkfile(int, int);
 int              writeout(struct buffer *, char *);  int              writeout(FILE **, struct buffer *, char *);
 void             upmodes(struct buffer *);  void             upmodes(struct buffer *);
 size_t           xbasename(char *, const char *, size_t);  size_t           xbasename(char *, const char *, size_t);
   
Line 430 
Line 430 
 void             free_file_list(struct list *);  void             free_file_list(struct list *);
   
 /* fileio.c */  /* fileio.c */
 int              ffropen(const char *, struct buffer *);  int              ffropen(FILE **, const char *, struct buffer *);
 void             ffstat(struct buffer *);  void             ffstat(FILE *, struct buffer *);
 int              ffwopen(const char *, struct buffer *);  int              ffwopen(FILE **, const char *, struct buffer *);
 int              ffclose(struct buffer *);  int              ffclose(FILE *, struct buffer *);
 int              ffputbuf(struct buffer *);  int              ffputbuf(FILE *, struct buffer *);
 int              ffgetline(char *, int, int *);  int              ffgetline(FILE *, char *, int, int *);
 int              fbackupfile(const char *);  int              fbackupfile(const char *);
 char            *adjustname(const char *, int);  char            *adjustname(const char *, int);
 char            *startupfile(char *);  char            *startupfile(char *);

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121