1
0
Fork 0

fix build on win32,shared

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@13 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
1.1
Xuefer 17 years ago
parent 7375402f24
commit 567a552273

@ -30,7 +30,7 @@ static void xc_destroy_coverage(void *pDest) /* {{{ */
efree(cov);
}
/* }}} */
PHPAPI void xcache_mkdirs_ex(char *root, int rootlen, char *path, int pathlen TSRMLS_DC) /* {{{ */
void xcache_mkdirs_ex(char *root, int rootlen, char *path, int pathlen TSRMLS_DC) /* {{{ */
{
char *fullpath;
struct stat st;

Loading…
Cancel
Save