[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.22 and 1.23

version 1.22, 2019/02/21 22:06:26 version 1.23, 2019/02/22 09:54:36
Line 229 
Line 229 
 #define ERRX(_sess, _fmt, ...) \  #define ERRX(_sess, _fmt, ...) \
         rsync_errx((_sess), __FILE__, __LINE__, (_fmt), ##__VA_ARGS__)          rsync_errx((_sess), __FILE__, __LINE__, (_fmt), ##__VA_ARGS__)
   
 __BEGIN_DECLS  
   
 void              rsync_log(struct sess *,  void              rsync_log(struct sess *,
                         const char *, size_t, int, const char *, ...)                          const char *, size_t, int, const char *, ...)
                         __attribute__((format(printf, 5, 6)));                          __attribute__((format(printf, 5, 6)));
Line 366 
Line 364 
 int               idents_recv(struct sess *, int, struct ident **, size_t *);  int               idents_recv(struct sess *, int, struct ident **, size_t *);
 void              idents_remap(struct sess *, int, struct ident *, size_t);  void              idents_remap(struct sess *, int, struct ident *, size_t);
 int               idents_send(struct sess *, int, const struct ident *, size_t);  int               idents_send(struct sess *, int, const struct ident *, size_t);
   
 __END_DECLS  
   
 #endif /*!EXTERN_H*/  #endif /*!EXTERN_H*/

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