Fix pkcs15-oberthur-awp.c:1246: warning: no previous prototype for

‘awp_set_data_info’


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4150 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2010-03-28 09:43:20 +00:00
parent 385c5da2eb
commit 1eb944e256
1 changed files with 1 additions and 1 deletions

View File

@ -1240,7 +1240,7 @@ awp_free_data_info(struct awp_data_info *di)
}
int
static int
awp_set_data_info (struct sc_pkcs15_card *p15card, struct sc_profile *profile,
struct sc_file *file, struct awp_data_info *di)
{