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
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