Annotation of embedaddon/php/win32/php_registry.h, revision 1.1

1.1     ! misho       1: #ifndef PHP_REGISTRY_H
        !             2: #define PHP_REGISTRY_H
        !             3: 
        !             4: 
        !             5: void UpdateIniFromRegistry(char *path TSRMLS_DC);
        !             6: char *GetIniPathFromRegistry();
        !             7: 
        !             8: #endif /* PHP_REGISTRY_H */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>