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