From 697c99c065906fee9cea8977342a51c5c893a98c Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Fri, 28 Dec 2018 22:24:11 +0100 Subject: move ALF_CreateCompatFuncTable() declaration --- alf/alfcompat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'alf/alfcompat.h') diff --git a/alf/alfcompat.h b/alf/alfcompat.h index a6c4a91..8319dac 100644 --- a/alf/alfcompat.h +++ b/alf/alfcompat.h @@ -17,3 +17,6 @@ typedef struct { } ALFCompatFunctions; +ALFCompatFunctions * +ALF_CreateCompatFuncTable(void); + -- cgit v1.2.3