From f73b07e6aeddf13923c51a413ba69889fd593d32 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周二, 04 12月 2012 18:14:17 +0800 Subject: [PATCH] Code cleanup - remove "(void) context;" --- 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