~ubuntu-branches/ubuntu/quantal/php5/quantal

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 */