Index: trunk/xcache/xc_shm.c
===================================================================
--- trunk/xcache/xc_shm.c	(revision 987)
+++ trunk/xcache/xc_shm.c	(revision 1135)
@@ -23,5 +23,5 @@
 void xc_shm_init_modules() /* {{{ */
 {
-	extern void xc_shm_mem_init();
+	extern void xc_allocator_init();
 #ifdef HAVE_XCACHE_TEST
 	extern void xc_shm_malloc_register();
@@ -30,5 +30,5 @@
 
 	memset(xc_shm_schemes, 0, sizeof(xc_shm_schemes));
-	xc_shm_mem_init();
+	xc_allocator_init();
 #ifdef HAVE_XCACHE_TEST
 	xc_shm_malloc_register();
