From 6973403675b1805ab75fc8b306a1e4c1e192d9a8 Mon Sep 17 00:00:00 2001 From: "ludovic.rousseau" Date: Sun, 28 Mar 2010 09:44:22 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20pkcs15-oberthur-awp.c:729:=20warning:=20n?= =?UTF-8?q?o=20previous=20prototype=20for=20=E2=80=98awp=5Fupdate=5Fobject?= =?UTF-8?q?=5Flist=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4151 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/pkcs15init/pkcs15-oberthur-awp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkcs15init/pkcs15-oberthur-awp.c b/src/pkcs15init/pkcs15-oberthur-awp.c index 1586602e..b055f63c 100644 --- a/src/pkcs15init/pkcs15-oberthur-awp.c +++ b/src/pkcs15init/pkcs15-oberthur-awp.c @@ -723,7 +723,7 @@ done: } -int +static int awp_update_object_list(struct sc_pkcs15_card *p15card, struct sc_profile *profile, unsigned int type, int num) {