Changeset 91434 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 28, 2021 11:56:50 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/NvramStoreImpl.h
r91396 r91434 71 71 void i_updateNonVolatileStorageFile(const com::Utf8Str &aNonVolatileStorageFile); 72 72 73 int i_loadStore( void);73 int i_loadStore(const char *pszPath); 74 74 int i_loadStoreFromTar(RTVFSFSSTREAM hVfsFssTar); 75 75 int i_saveStore(void);
Note:
See TracChangeset
for help on using the changeset viewer.