aboutsummaryrefslogtreecommitdiff
path: root/Source/PltParser.h
diff options
context:
space:
mode:
authorXavier ASUS <xavi92psx@gmail.com>2018-11-18 20:03:35 +0100
committerXavier ASUS <xavi92psx@gmail.com>2018-11-18 20:03:35 +0100
commit2ccc0f5edd5f8e61bd0760f30b2d66f2d977b2bf (patch)
tree332a528b512d7e53ac913eb72b1e48bcbe760cad /Source/PltParser.h
parent4c0028bfcc5da708e47a349f060954e67fb9c2d7 (diff)
downloadairport-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/PltParser.h')
-rw-r--r--Source/PltParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/PltParser.h b/Source/PltParser.h
index c622e2c..1515a9a 100644
--- a/Source/PltParser.h
+++ b/Source/PltParser.h
@@ -16,7 +16,7 @@
/* *************************************
* Global prototypes
* *************************************/
-bool PltParserLoadFile(char* strPath, TYPE_FLIGHT_DATA* ptrFlightData);
+bool PltParserLoadFile(const char* strPath, TYPE_FLIGHT_DATA* ptrFlightData);
uint8_t* PltParserGenerateFile(TYPE_PLT_CONFIG* ptrPltConfig);
/* *************************************