From: Klas Lindfors Date: Tue, 18 Sep 2012 07:00:42 +0000 (+0200) Subject: void as argument to be a correct prototype X-Git-Tag: v1.8.0~52 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1990b17b7927494ff2cf1d6a8df431c5364a279;p=yubikey-personalization void as argument to be a correct prototype --- diff --git a/ykcore/ykcore.h b/ykcore/ykcore.h index 5251ea0..dace4b6 100644 --- a/ykcore/ykcore.h +++ b/ykcore/ykcore.h @@ -130,7 +130,7 @@ const char *yk_strerror(int errnum); /* The following function is only useful if yk_errno == YK_EUSBERR and no other USB-related operations have been performed since the time of error. */ -const char *yk_usb_strerror(); +const char *yk_usb_strerror(void); #define YK_EUSBERR 0x01 /* USB error reporting should be used */ #define YK_EWRONGSIZ 0x02