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


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

#endif /* PHP_REGISTRY_H */