php-src/win32/php_registry.h

25 lines
1.1 KiB
C
Raw Permalink Normal View History

2015-05-20 17:08:59 +00:00
/*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
2015-05-20 17:08:59 +00: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-20 17:08:59 +00: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-01 16:30:28 +00:00
| Author: Zeev Suraski <zeev@php.net> |
2015-05-20 17:08:59 +00:00
+----------------------------------------------------------------------+
*/
#ifndef PHP_REGISTRY_H
#define PHP_REGISTRY_H
2014-12-13 22:06:14 +00:00
void UpdateIniFromRegistry(char *path);
char *GetIniPathFromRegistry();
#endif /* PHP_REGISTRY_H */