diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-04-30 10:41:44 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-04-30 10:52:40 -0700 |
commit | b3bfba0f3e4afedd98e330e542975db796d298b1 (patch) | |
tree | f0a22e44f090bb1f05bcf1c9cab0cf03f5921a7a /host/include | |
parent | c3b384feb166013bfd31a6f42d5fc4a06341b67e (diff) | |
download | uhd-b3bfba0f3e4afedd98e330e542975db796d298b1.tar.gz uhd-b3bfba0f3e4afedd98e330e542975db796d298b1.tar.bz2 uhd-b3bfba0f3e4afedd98e330e542975db796d298b1.zip |
uhd: Added args arg to print_utility_warning
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/utils/paths.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/utils/paths.hpp b/host/include/uhd/utils/paths.hpp index 8edb87546..aa31fd5a2 100644 --- a/host/include/uhd/utils/paths.hpp +++ b/host/include/uhd/utils/paths.hpp @@ -87,7 +87,7 @@ namespace uhd { * The error string will include the full path to the utility to run. * \return the message suggesting the use of the named utility. */ - UHD_API std::string print_utility_error(std::string name); + UHD_API std::string print_utility_error(const std::string &name, const std::string &args=""); } //namespace uhd #endif /* INCLUDED_UHD_UTILS_PATHS_HPP */ |