-IsStoreAvailable() Functionality

This commit is contained in:
lsreevatsa
2006-03-08 13:11:43 +00:00
parent 8d6c6a44b9
commit b84d53afb8
4 changed files with 246 additions and 61 deletions

View File

@@ -141,6 +141,7 @@ void StrLwr(char *str);
// Profile initiliazation functions
extern "C" APIEXPORT int FPM_IsStoreAvailable();
extern "C" APIEXPORT int FPM_GetProfileList(char **profileList[], int **profileFlag);
extern "C" APIEXPORT int FPM_FirefoxProfileInit(char *profileName);
extern "C" APIEXPORT int FPM_FirefoxProfileExit(char *profileName);