diff 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
line wrap: on
line diff
--- a/runopts.h	Fri Nov 01 00:19:25 2013 +0800
+++ b/runopts.h	Fri Nov 01 00:21:59 2013 +0800
@@ -56,7 +56,8 @@
 
 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 {