comparison runopts.h @ 845:774ad9b112ef

merge yet again
author Matt Johnston <matt@ucc.asn.au>
date Fri, 01 Nov 2013 00:21:59 +0800
parents d4ce5269a439
children f4bb964c8678
comparison
equal deleted inserted replaced
844:68facbc41273 845:774ad9b112ef
54 54
55 } runopts; 55 } runopts;
56 56
57 extern runopts opts; 57 extern runopts opts;
58 58
59 int readhostkey(const char * filename, sign_key * hostkey, int *type); 59 int readhostkey(const char * filename, sign_key * hostkey,
60 enum signkey_type *type);
60 void load_all_hostkeys(); 61 void load_all_hostkeys();
61 62
62 typedef struct svr_runopts { 63 typedef struct svr_runopts {
63 64
64 char * bannerfile; 65 char * bannerfile;