diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-11-01 00:21:59 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-11-01 00:21:59 +0800 |
commit | cfac8435a73cddbc54a70ab07418b0bdb900fc10 (patch) | |
tree | a3b7949efa46713dcfa60dc34d23d7afe6c80a3d /runopts.h | |
parent | 35f26ff8555c0accbc5b48df0fceebab3a71c54b (diff) | |
parent | f66fc01620f7a13d4763781059f4f01f8393809d (diff) |
merge yet again
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 { |