Jan Breuer
2015-10-14 b7e9d6858699f5ea9a23ecf6587e98e7b0e1bc28
libscpi/src/parser_private.h
@@ -43,9 +43,9 @@
extern "C" {
#endif
    int parseProgramData(lex_state_t * state, scpi_token_t * token) LOCAL;
    int parseAllProgramData(lex_state_t * state, scpi_token_t * token, int * numberOfParameters) LOCAL;
    int detectProgramMessageUnit(scpi_parser_state_t * state, const char * buffer, int len) LOCAL;
    int scpiParser_parseProgramData(lex_state_t * state, scpi_token_t * token) LOCAL;
    int scpiParser_parseAllProgramData(lex_state_t * state, scpi_token_t * token, int * numberOfParameters) LOCAL;
    int scpiParser_detectProgramMessageUnit(scpi_parser_state_t * state, char * buffer, int len) LOCAL;
#ifdef   __cplusplus
}