From 4a9d2cb54679a6e6b58e0109129ee3244dedb32a Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Fri, 10 Jan 2025 17:36:39 -0400 Subject: [PATCH] xcbXorg: Update initializationIndFn func prototype --- senseApis/xcbXorg/xcbXorg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/senseApis/xcbXorg/xcbXorg.cpp b/senseApis/xcbXorg/xcbXorg.cpp index 51e93fa..7a198aa 100644 --- a/senseApis/xcbXorg/xcbXorg.cpp +++ b/senseApis/xcbXorg/xcbXorg.cpp @@ -41,7 +41,7 @@ const CSenseApiDesc *HK_GET_SENSE_API_DESC_FN_NAME(void) } static sal_mlo_initializeIndFn xcbXorg_initializeInd; -int xcbXorg_initializeInd(void) +int xcbXorg_initializeInd(Csal_mgmt_hkOps *hkOps) { std::cerr << "XcbXorg::sal_mlo_initializeInd\n"; return 0;