mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
1159c84ab7
- whitespace fixes
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 */
|