diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2018-12-28 22:24:11 +0100 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2018-12-28 22:24:11 +0100 |
| commit | 697c99c065906fee9cea8977342a51c5c893a98c (patch) | |
| tree | bdf141a48a07577723d4ccaf0a2d444ad7393092 /alf/alfcompat.h | |
| parent | 31e3405cdf03d2aa64f807cad92e8293a51b0c2f (diff) | |
move ALF_CreateCompatFuncTable() declaration
Diffstat (limited to 'alf/alfcompat.h')
| -rw-r--r-- | alf/alfcompat.h | 3 |
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); + |
