Index: trunk/xcache/xc_sandbox.c
===================================================================
--- trunk/xcache/xc_sandbox.c	(revision 991)
+++ trunk/xcache/xc_sandbox.c	(revision 992)
@@ -434,6 +434,6 @@
 #endif
 
-/* init/destroy */
-int xc_util_init(int module_number TSRMLS_DC) /* {{{ */
+/* MINIT/MSHUTDOWN */
+int xc_sandbox_module_init(int module_number TSRMLS_DC) /* {{{ */
 {
 #ifdef XCACHE_ERROR_CACHING
@@ -445,5 +445,5 @@
 }
 /* }}} */
-void xc_util_destroy() /* {{{ */
+void xc_sandbox_module_shutdown() /* {{{ */
 {
 #ifdef XCACHE_ERROR_CACHING
@@ -454,3 +454,2 @@
 }
 /* }}} */
-
