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

Diff for /src/usr.bin/ssh/hostfile.h between version 1.28 and 1.29

version 1.28, 2020/12/20 23:36:51 version 1.29, 2021/01/26 00:51:30
Line 30 
Line 30 
         HostkeyMarker marker;          HostkeyMarker marker;
         u_int note; /* caller-specific note/flag */          u_int note; /* caller-specific note/flag */
 };  };
 struct hostkeys;  struct hostkeys {
           struct hostkey_entry *entries;
           u_int num_entries;
   };
   
 struct hostkeys *init_hostkeys(void);  struct hostkeys *init_hostkeys(void);
 void     load_hostkeys(struct hostkeys *, const char *,  void     load_hostkeys(struct hostkeys *, const char *,

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29