diff options
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/c_api.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/c_api.dox b/host/docs/c_api.dox index 5b5790f21..c314960d3 100644 --- a/host/docs/c_api.dox +++ b/host/docs/c_api.dox @@ -33,7 +33,7 @@ uhd_rx_metadata_handle md; uhd_rx_metadata_make(&md); // Streaming here puts useful information into metadata -time_t full_secs; +int64_t full_secs; double frac_secs; uhd_rx_metadata_time_spec(md, &full_secs, &frac_secs); |