summaryrefslogtreecommitdiff
path: root/win32/php_registry.h
blob: 2b111dbb8b25c9928a5eee95986cd073b401480a (plain)
1
2
3
4
5
6
7
8
#ifndef PHP_REGISTRY_H
#define PHP_REGISTRY_H


void UpdateIniFromRegistry(char *path TSRMLS_DC);
char *GetIniPathFromRegistry();

#endif /* PHP_REGISTRY_H */