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

Diff for /src/usr.bin/ssh/misc.h between version 1.106 and 1.107

version 1.106, 2023/10/11 22:42:26 version 1.107, 2024/03/04 02:16:11
Line 208 
Line 208 
 void    opt_array_append2(const char *file, const int line,  void    opt_array_append2(const char *file, const int line,
             const char *directive, char ***array, int **iarray, u_int *lp,              const char *directive, char ***array, int **iarray, u_int *lp,
             const char *s, int i);              const char *s, int i);
   void    opt_array_free2(char **array, int **iarray, u_int l);
   
 struct timespec;  struct timespec;
 void ptimeout_init(struct timespec *pt);  void ptimeout_init(struct timespec *pt);

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107