summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-09-10 15:04:00 -0700
committerKeith Packard <keithp@keithp.com>2014-09-18 15:29:27 -0700
commita11fc2493e85e4a532f4954805a7c6d1c601b08f (patch)
treee43b0dde717f3e0a5ba344362e3ca2e76b4cba83 /include
parent9e07f3a3d28b01402beecb3280c94fc525bd8075 (diff)
dix: Close protocol.txt after we're done loading extension names
Don't leave this file open during the whole server execution process; close it once all of the extensions are initialized. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/registry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/registry.h b/include/registry.h
index 96be87aad..4e54bf636 100644
--- a/include/registry.h
+++ b/include/registry.h
@@ -45,6 +45,7 @@ extern _X_EXPORT const char *LookupResourceName(RESTYPE rtype);
*/
extern _X_EXPORT void dixResetRegistry(void);
extern _X_EXPORT void dixFreeRegistry(void);
+extern _X_EXPORT void dixCloseRegistry(void);
#else /* XREGISTRY */