minor linking fix

This commit is contained in:
rusefi 2017-03-29 21:07:26 -04:00
parent 53794424e1
commit ea4c5ef21c
1 changed files with 2 additions and 2 deletions

View File

@ -30,13 +30,13 @@
#define ERROR_CODE 311223344
const char * boolToString(bool value);
#ifdef __cplusplus
extern "C"
{
#endif /* __cplusplus */
const char * boolToString(bool value);
char * efiTrim(char *param);
uint32_t efiStrlen(const char *param);
int efiPow10(int param);