1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00
Files
archived-php-src/win32/php_registry.h
2014-12-13 23:06:14 +01:00

9 lines
149 B
C

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