summaryrefslogtreecommitdiff
path: root/src/leo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/leo.h')
-rw-r--r--src/leo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/leo.h b/src/leo.h
index 248d8fb..10f53f7 100644
--- a/src/leo.h
+++ b/src/leo.h
@@ -85,7 +85,11 @@ typedef struct {
#define GET_LEO_FROM_SCRN(p) ((LeoPtr)((p)->driverPrivate))
+#if HAS_DEVPRIVATEKEYREC
+extern DevPrivateKeyRec LeoGCPrivateIndex;
+#else
extern int LeoGCPrivateIndex;
+#endif
#define LEO_OLDPRIV (GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 4)
#if LEO_OLDPRIV