mirror of
https://github.com/php/php-src.git
synced 2026-04-08 16:43:44 +02:00
8 lines
127 B
C
8 lines
127 B
C
#ifndef PHP_REGISTRY_H
|
|
#define PHP_REGISTRY_H
|
|
|
|
|
|
void UpdateIniFromRegistry(char *path TSRMLS_DC);
|
|
|
|
#endif /* PHP_REGISTRY_H */
|