aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/version.hpp.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/include/uhd/version.hpp.in b/host/include/uhd/version.hpp.in
index 0179821da..41abe99e9 100644
--- a/host/include/uhd/version.hpp.in
+++ b/host/include/uhd/version.hpp.in
@@ -35,6 +35,9 @@ namespace uhd{
//! Get the ABI compatibility string for this build of the library
UHD_API std::string get_abi_string(void);
+ //! Get the component string
+ UHD_API std::string get_component(void);
+
} //namespace uhd
#endif