mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
16017f6d78
Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
8 lines
117 B
C
8 lines
117 B
C
#ifndef PHP_REGISTRY_H
|
|
#define PHP_REGISTRY_H
|
|
|
|
|
|
void UpdateIniFromRegistry(char *path);
|
|
|
|
#endif /* PHP_REGISTRY_H */
|