diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2018-11-18 20:03:35 +0100 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2018-11-18 20:03:35 +0100 |
| commit | 2ccc0f5edd5f8e61bd0760f30b2d66f2d977b2bf (patch) | |
| tree | 332a528b512d7e53ac913eb72b1e48bcbe760cad /Source/LoadMenu.h | |
| parent | 4c0028bfcc5da708e47a349f060954e67fb9c2d7 (diff) | |
| download | airport-2ccc0f5edd5f8e61bd0760f30b2d66f2d977b2bf.tar.gz | |
Added "const" qualifier to some functions.
"cdrom:\ and ;1" are automatically inserted into file name, in order to save memory space.
Some minor optimizations.
Diffstat (limited to 'Source/LoadMenu.h')
| -rw-r--r-- | Source/LoadMenu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/LoadMenu.h b/Source/LoadMenu.h index 314fb0e..c87f5d4 100644 --- a/Source/LoadMenu.h +++ b/Source/LoadMenu.h @@ -15,8 +15,8 @@ * Global prototypes * *************************************/ -void LoadMenu( const char* fileList[], - void* dest[], +void LoadMenu( const char* const fileList[], + void* const dest[], uint8_t szFileList , uint8_t szDestList); void LoadMenuEnd(void); |
