1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-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 */