summaryrefslogtreecommitdiff
path: root/alf
diff options
context:
space:
mode:
Diffstat (limited to 'alf')
-rw-r--r--alf/alfcompat.h3
-rw-r--r--alf/alfpriv.h3
2 files changed, 3 insertions, 3 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);
+
diff --git a/alf/alfpriv.h b/alf/alfpriv.h
index 5affe15..a398127 100644
--- a/alf/alfpriv.h
+++ b/alf/alfpriv.h
@@ -63,8 +63,5 @@ struct ALFAppPriv {
ALFCompatFunctions *compatFn;
};
-ALFCompatFunctions *
-ALF_CreateCompatFuncTable(void);
-
void
ALF_UpdateFontsPriv(HWND hwnd, ALFWindowPriv *priv);