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