From 2ecafa09c47312ea3174d028961a3de9d9fbc9da Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周二, 04 12月 2012 18:47:43 +0800 Subject: [PATCH] Add missing function prototype - SCPI_ParamText --- scpi/scpi_parser.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/scpi/scpi_parser.h b/scpi/scpi_parser.h index 1cf4ec8..277a0e5 100644 --- a/scpi/scpi_parser.h +++ b/scpi/scpi_parser.h @@ -58,6 +58,7 @@ bool_t SCPI_ParamInt(scpi_t * context, int32_t * value, bool_t mandatory); bool_t SCPI_ParamDouble(scpi_t * context, double * value, bool_t mandatory); bool_t SCPI_ParamString(scpi_t * context, char ** value, size_t * len, bool_t mandatory); + bool_t SCPI_ParamText(scpi_t * context, char ** value, size_t * len, bool_t mandatory); #ifdef __cplusplus -- Gitblit v1.9.1