mirror of
https://github.com/php/php-src.git
synced 2025-01-06 02:43:34 +08:00
7 lines
119 B
C
7 lines
119 B
C
#ifndef _PHP_REGISTRY_H
|
|
#define _PHP_REGISTRY_H
|
|
|
|
|
|
void UpdateIniFromRegistry(char *path);
|
|
|
|
#endif /* _PHP_REGISTRY_H */ |