summaryrefslogtreecommitdiff
path: root/alf/alfcompat.h
diff options
context:
space:
mode:
authorJonas Kümmerlin <jonas@kuemmerlin.eu>2018-12-28 22:24:11 +0100
committerJonas Kümmerlin <jonas@kuemmerlin.eu>2018-12-28 22:24:11 +0100
commit697c99c065906fee9cea8977342a51c5c893a98c (patch)
treebdf141a48a07577723d4ccaf0a2d444ad7393092 /alf/alfcompat.h
parent31e3405cdf03d2aa64f807cad92e8293a51b0c2f (diff)
move ALF_CreateCompatFuncTable() declaration
Diffstat (limited to 'alf/alfcompat.h')
-rw-r--r--alf/alfcompat.h3
1 files changed, 3 insertions, 0 deletions
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);
+