diff options
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -100,6 +100,8 @@ typedef struct svr_runopts { sign_key *hostkey; + int delay_hostkey; + char *hostkey_files[MAX_HOSTKEYS]; int num_hostkey_files; |