win32 proto fix
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@55 c26eb9a1-5813-0410-bd6c-c2e55f420ca71.1
parent
2d83d9f487
commit
d9763d8980
2
xcache.c
2
xcache.c
|
@ -1059,7 +1059,7 @@ static void xc_shutdown_globals(zend_xcache_globals* xc_globals TSRMLS_DC) /* {{
|
|||
/* }}} */
|
||||
|
||||
/* user functions */
|
||||
static int xcache_admin_auth_check(TSRMLS_C) /* {{{ */
|
||||
static int xcache_admin_auth_check(TSRMLS_D) /* {{{ */
|
||||
{
|
||||
zval **server = NULL;
|
||||
zval **user = NULL;
|
||||
|
|
Loading…
Reference in New Issue