diff gensignkey.h @ 1355:3fdd8c5a0195 fuzz

merge main to fuzz
author Matt Johnston <matt@ucc.asn.au>
date Thu, 18 May 2017 23:45:10 +0800
parents 185c14fa504d
children 4f8eb331174f
line wrap: on
line diff
--- a/gensignkey.h	Thu May 18 23:38:30 2017 +0800
+++ b/gensignkey.h	Thu May 18 23:45:10 2017 +0800
@@ -3,6 +3,6 @@
 
 #include "signkey.h"
 
-int signkey_generate(enum signkey_type type, int bits, const char* filename);
+int signkey_generate(enum signkey_type type, int bits, const char* filename, int skip_exist);
 
 #endif