php-src/win32/php_registry.h

25 lines
1.1 KiB
C
Raw Normal View History

2015-05-21 01:08:59 +08:00
/*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
2015-05-21 01:08:59 +08:00
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
| https://www.php.net/license/3_01.txt |
2015-05-21 01:08:59 +08:00
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
2018-11-02 00:30:28 +08:00
| Author: Zeev Suraski <zeev@php.net> |
2015-05-21 01:08:59 +08:00
+----------------------------------------------------------------------+
*/
#ifndef PHP_REGISTRY_H
#define PHP_REGISTRY_H
2014-12-14 06:06:14 +08:00
void UpdateIniFromRegistry(char *path);
char *GetIniPathFromRegistry();
#endif /* PHP_REGISTRY_H */