root/win32/php_registry.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef PHP_REGISTRY_H
   2 #define PHP_REGISTRY_H
   3 
   4 
   5 void UpdateIniFromRegistry(char *path TSRMLS_DC);
   6 char *GetIniPathFromRegistry();
   7 
   8 #endif /* PHP_REGISTRY_H */

/* [<][>][^][v][top][bottom][index][help] */