[xmlsec] fix conversion
- From: Aleksey Sanin <aleksey src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [xmlsec] fix conversion
- Date: Sun, 9 May 2010 21:17:28 +0000 (UTC)
commit e047c3fc7dd7eda81e8ffafa5280f62078b0d620
Author: Aleksey Sanin <aleksey aleksey com>
Date: Sun May 9 14:18:05 2010 -0700
fix conversion
src/dl.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/dl.c b/src/dl.c
index f8f7caf..6e8a56a 100644
--- a/src/dl.c
+++ b/src/dl.c
@@ -80,7 +80,7 @@ static xmlSecPtrListId xmlSecCryptoDLLibrariesListGetKlass (void);
static int xmlSecCryptoDLLibrariesListFindByName (xmlSecPtrListPtr list,
const xmlChar* name);
-typedef xmlSecCryptoDLFunctionsPtr (*xmlSecCryptoGetFunctionsCallback)(void);
+typedef xmlSecCryptoDLFunctionsPtr xmlSecCryptoGetFunctionsCallback(void);
/* conversion from ptr to func "the right way" */
XMLSEC_PTR_TO_FUNC_IMPL(xmlSecCryptoGetFunctionsCallback)
@@ -89,7 +89,7 @@ XMLSEC_PTR_TO_FUNC_IMPL(xmlSecCryptoGetFunctionsCallback)
static xmlSecCryptoDLLibraryPtr
xmlSecCryptoDLLibraryCreate(const xmlChar* name) {
xmlSecCryptoDLLibraryPtr lib;
- xmlSecCryptoGetFunctionsCallback getFunctions;
+ xmlSecCryptoGetFunctionsCallback * getFunctions;
xmlSecAssert2(name != NULL, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]