summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader/dixsym.c
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-03-01 15:00:02 -0500
committerEamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil>2007-03-05 11:50:45 -0500
commite684824709fa8ffe03dde3c8dfbc58c267515a4f (patch)
treedd9172343b3dea7cd2ab0ae365724c62cff81673 /hw/xfree86/loader/dixsym.c
parent74f1de1de9633119c2cf26086875717181c8a6f7 (diff)
devPrivates rework: redo interface and implementation.
Diffstat (limited to 'hw/xfree86/loader/dixsym.c')
-rw-r--r--hw/xfree86/loader/dixsym.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/hw/xfree86/loader/dixsym.c b/hw/xfree86/loader/dixsym.c
index 9136351a2..5479ed0df 100644
--- a/hw/xfree86/loader/dixsym.c
+++ b/hw/xfree86/loader/dixsym.c
@@ -261,10 +261,13 @@ _X_HIDDEN void *dixLookupTab[] = {
SYMFUNC(FreeScratchPixmapHeader)
/* privates.c */
SYMFUNC(dixRequestPrivate)
- SYMFUNC(dixRequestSinglePrivate)
- SYMFUNC(dixLookupPrivate)
SYMFUNC(dixRegisterPrivateInitFunc)
SYMFUNC(dixRegisterPrivateDeleteFunc)
+ SYMFUNC(dixAllocatePrivate)
+ SYMFUNC(dixAllocatePrivates)
+ SYMFUNC(dixFreePrivates)
+ SYMFUNC(dixRegisterPrivateOffset)
+ SYMFUNC(dixLookupPrivateOffset)
SYMFUNC(AllocateExtensionPrivate)
SYMFUNC(AllocateExtensionPrivateIndex)
SYMFUNC(AllocateClientPrivate)