diff options
Diffstat (limited to 'win32/php_registry.h')
| -rw-r--r-- | win32/php_registry.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/win32/php_registry.h b/win32/php_registry.h new file mode 100644 index 0000000000..ad722a5607 --- /dev/null +++ b/win32/php_registry.h @@ -0,0 +1,7 @@ +#ifndef _PHP_REGISTRY_H +#define _PHP_REGISTRY_H + + +void UpdateIniFromRegistry(char *path); + +#endif /* _PHP_REGISTRY_H */
\ No newline at end of file |
