1
0
Fork 0

win32 proto fix

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@55 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
1.1
Xuefer 2006-05-31 01:21:57 +00:00
parent 2d83d9f487
commit d9763d8980
1 changed files with 1 additions and 1 deletions

View File

@ -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;