xref: /PHP-5.5/win32/php_registry.h (revision 3e828db4)
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 */
9