From 3a4f333781a481b70fcd598bcc5a93ed9c5a619b Mon Sep 17 00:00:00 2001
From: Justin Fichtner <justin.fichtner@lakeshore.com>
Date: 摹曛, 30 11月 2017 22:26:30 +0800
Subject: [PATCH] Fix typos in tests

---
 libscpi/src/parser_private.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libscpi/src/parser_private.h b/libscpi/src/parser_private.h
index fde9933..de95865 100644
--- a/libscpi/src/parser_private.h
+++ b/libscpi/src/parser_private.h
@@ -43,9 +43,9 @@
 extern "C" {
 #endif
 
-    int parseProgramData(lex_state_t * state, token_t * token) LOCAL;
-    int parseAllProgramData(lex_state_t * state, 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
 }

--
Gitblit v1.9.1