diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-11-01 00:14:48 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-11-01 00:14:48 +0800 |
commit | f66fc01620f7a13d4763781059f4f01f8393809d (patch) | |
tree | dc6814959f974bfb516c392013d67f417f0b385a /runopts.h | |
parent | 8eefb092c83f8f89f4d5574e4a05799eb9df3de8 (diff) | |
parent | 082a2dde354eb624b6fee33767e68e5b05dcde25 (diff) |
Merge
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -56,7 +56,8 @@ typedef struct runopts { extern runopts opts; -int readhostkey(const char * filename, sign_key * hostkey, int *type); +int readhostkey(const char * filename, sign_key * hostkey, + enum signkey_type *type); void load_all_hostkeys(); typedef struct svr_runopts { |