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

Diff for /src/usr.bin/rsync/extern.h between version 1.23 and 1.24

version 1.23, 2019/02/22 09:54:36 version 1.24, 2019/03/06 18:37:22
Line 301 
Line 301 
 void              io_unbuffer_buf(struct sess *, const void *,  void              io_unbuffer_buf(struct sess *, const void *,
                         size_t *, size_t, void *, size_t);                          size_t *, size_t, void *, size_t);
   
 void              rsync_child(const struct opts *, int, const struct fargs *)  
                         __attribute__((noreturn));  
 int               rsync_receiver(struct sess *, int, int, const char *);  int               rsync_receiver(struct sess *, int, int, const char *);
 int               rsync_sender(struct sess *, int, int, size_t, char **);  int               rsync_sender(struct sess *, int, int, size_t, char **);
 int               rsync_client(const struct opts *, int, const struct fargs *);  int               rsync_client(const struct opts *, int, const struct fargs *);

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24