mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
7 lines
127 B
C
7 lines
127 B
C
#ifndef PHP_REGISTRY_H
|
|
#define PHP_REGISTRY_H
|
|
|
|
|
|
void UpdateIniFromRegistry(char *path TSRMLS_DC);
|
|
|
|
#endif /* PHP_REGISTRY_H */
|