From bf7f722d0f42b37a83df91d0a62544c948c4cb66 Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周日, 24 4月 2016 20:24:11 +0800
Subject: [PATCH] Extend travis script to test all configurations with device dependent error

---
 libscpi/inc/scpi/error.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/libscpi/inc/scpi/error.h b/libscpi/inc/scpi/error.h
index 36c8986..6c7d744 100644
--- a/libscpi/inc/scpi/error.h
+++ b/libscpi/inc/scpi/error.h
@@ -46,9 +46,8 @@
 
     void SCPI_ErrorInit(scpi_t * context, scpi_error_t * data, int16_t size);
     void SCPI_ErrorClear(scpi_t * context);
-	scpi_bool_t SCPI_ErrorPopEx(scpi_t * context, scpi_error_t * error);
-    int16_t SCPI_ErrorPop(scpi_t * context);
-	void SCPI_ErrorPushEx(scpi_t * context, int16_t err, char * info);
+    scpi_bool_t SCPI_ErrorPop(scpi_t * context, scpi_error_t * error);
+    void SCPI_ErrorPushEx(scpi_t * context, int16_t err, char * info, size_t info_len);
     void SCPI_ErrorPush(scpi_t * context, int16_t err);
     int32_t SCPI_ErrorCount(scpi_t * context);
     const char * SCPI_ErrorTranslate(int16_t err);

--
Gitblit v1.9.1