php-src/win32/php_registry.h
2003-10-19 10:22:21 +00:00

9 lines
159 B
C

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