Changeset 94751 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Apr 28, 2022 7:12:56 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/UnattendedInstaller.h
r94749 r94751 593 593 * @returns COM status code 594 594 * @param pEditor Editor with the menu config. file loaded and parsed. 595 * @param pszMenuConfigFileName Name of the menu file. 596 */ 597 HRESULT editDebianMenuCfg(GeneralTextScript *pEditor, const char *pszMenuConfigFileName); 595 */ 596 HRESULT editDebianMenuCfg(GeneralTextScript *pEditor); 598 597 /** 599 598 * Performs basic edits on grub configuration file (grub.cfg). … … 601 600 * @returns COM status code 602 601 * @param pEditor Editor with the grub.cfg file loaded and parsed. 603 * @param pszGrubConfigFileName Name of the grub config file. 604 */ 605 HRESULT editDebianGrubCfg(GeneralTextScript *pEditor, const char *pszGrubConfigFileName); 602 */ 603 HRESULT editDebianGrubCfg(GeneralTextScript *pEditor); 606 604 607 605 /**
Note:
See TracChangeset
for help on using the changeset viewer.