Changeset 13 for trunk

Show
Ignore:
Timestamp:
05/24/2006 02:38:07 PM (7 years ago)
Author:
moo
Message:

fix build on win32,shared

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/coverage.c

    r11 r13  
    3131} 
    3232/* }}} */ 
    33 PHPAPI void xcache_mkdirs_ex(char *root, int rootlen, char *path, int pathlen TSRMLS_DC) /* {{{ */ 
     33void xcache_mkdirs_ex(char *root, int rootlen, char *path, int pathlen TSRMLS_DC) /* {{{ */ 
    3434{ 
    3535    char *fullpath;