From fc213724d3a3734d9d9373675b7e2c1ef29b4020 Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Wed, 16 Dec 2015 15:34:20 -0800 Subject: error.h: added missing UHD_API --- host/include/uhd/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/include') diff --git a/host/include/uhd/error.h b/host/include/uhd/error.h index f0ac41d1f..77216dc72 100644 --- a/host/include/uhd/error.h +++ b/host/include/uhd/error.h @@ -158,7 +158,7 @@ extern "C" { * strings into a buffer that can be queried with this function. Functions that * do take in UHD structs/handles will place their error strings in both locations. */ -uhd_error uhd_get_last_error( +UHD_API uhd_error uhd_get_last_error( char* error_out, size_t strbuffer_len ); -- cgit v1.2.3