diff options
| -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  );  | 
