diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2015-12-16 15:34:20 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-12-18 10:58:20 -0800 |
commit | fc213724d3a3734d9d9373675b7e2c1ef29b4020 (patch) | |
tree | bd254c56314a73a144a609959ee4c2352c71f6cf | |
parent | 026ebd616ddc6acbe15e1cd7f57b1d8dc47e9cef (diff) | |
download | uhd-fc213724d3a3734d9d9373675b7e2c1ef29b4020.tar.gz uhd-fc213724d3a3734d9d9373675b7e2c1ef29b4020.tar.bz2 uhd-fc213724d3a3734d9d9373675b7e2c1ef29b4020.zip |
error.h: added missing UHD_API
-rw-r--r-- | host/include/uhd/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |