From 61e4deff3867b515d7ce96278410ea376b55c86e Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周二, 04 12月 2012 18:09:37 +0800
Subject: [PATCH] Update README - new way of initialization

---
 scpi/scpi_parser.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scpi/scpi_parser.h b/scpi/scpi_parser.h
index b18240c..1cf4ec8 100644
--- a/scpi/scpi_parser.h
+++ b/scpi/scpi_parser.h
@@ -44,7 +44,7 @@
 extern "C" {
 #endif
 
-    void SCPI_Init(scpi_t * context, scpi_command_t * command_list, scpi_buffer_t * buffer, scpi_interface_t * interface);
+    void SCPI_Init(scpi_t * context);
 
     int SCPI_Input(scpi_t * context, const char * data, size_t len);
     int SCPI_Parse(scpi_t * context, const char * data, size_t len);

--
Gitblit v1.9.1