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