#ifndef PHP_REGISTRY_H #define PHP_REGISTRY_H void UpdateIniFromRegistry(char *path); char *GetIniPathFromRegistry(); #endif /* PHP_REGISTRY_H */