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_units.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/scpi/scpi_units.h b/scpi/scpi_units.h index 9521ff0..c02f947 100644 --- a/scpi/scpi_units.h +++ b/scpi/scpi_units.h @@ -43,6 +43,9 @@ extern "C" { #endif + extern const scpi_unit_def_t scpi_units_def[]; + extern const scpi_special_number_def_t scpi_special_numbers_def[]; + bool_t SCPI_ParamNumber(scpi_t * context, scpi_number_t * value, bool_t mandatory); size_t SCPI_NumberToStr(scpi_t * context, scpi_number_t * value, char * str, size_t len); -- Gitblit v1.9.1