[pkg-opensc-commit] [engine-pkcs11] 41/152: use ansi style declaration.

Eric Dorland eric at moszumanska.debian.org
Mon Oct 19 03:11:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository engine-pkcs11.

commit bea41504afb1613ad44fb072b3fa611ae59f73bd
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Fri Jun 29 13:48:11 2007 +0000

    use ansi style declaration.
---
 src/engine_pkcs11.c | 2 +-
 src/engine_pkcs11.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/engine_pkcs11.c b/src/engine_pkcs11.c
index bdf8093..2d47115 100644
--- a/src/engine_pkcs11.c
+++ b/src/engine_pkcs11.c
@@ -92,7 +92,7 @@ int set_pin(const char *_pin)
 	return (pin != NULL);
 }
 
-int inc_verbose()
+int inc_verbose(void)
 {
 	verbose++;
 	return 1;
diff --git a/src/engine_pkcs11.h b/src/engine_pkcs11.h
index 2255742..8bd50cf 100644
--- a/src/engine_pkcs11.h
+++ b/src/engine_pkcs11.h
@@ -39,7 +39,7 @@ int set_pin(const char *pin);
 
 int load_cert_ctrl(ENGINE *e, void *p);
 
-int inc_verbose();
+int inc_verbose(void);
 
 int pkcs11_finish(ENGINE * engine);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/engine-pkcs11.git



More information about the pkg-opensc-commit mailing list