making openpgp2ssh less verbose.
[monkeysphere.git] / src / keytrans / gnutls-helpers.h
index 00cdec7f81fae54bd042f8a3b06e23c11fb24bfb..670d5ff71644c28c44a28ff42feb7e058f3bcb9c 100644 (file)
@@ -23,7 +23,7 @@ int init_gnutls();
 
 /* logging and output functions: */
 
-void err(const char* fmt, ...);
+void err(int level, const char* fmt, ...);
 void logfunc(int level, const char* string);
 
 /* basic datum manipulations: */