diff options
author | Josh Blum <josh@joshknows.com> | 2012-06-05 17:43:39 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-06-05 17:59:44 -0700 |
commit | 98074d0c29e818f3aa08edf451f4e7351116deae (patch) | |
tree | 8f5274de68f258476f47446d060fa0d8312a73b4 /host/include | |
parent | b216f715bc69a624e985021655ee1922b04adb3d (diff) | |
download | uhd-98074d0c29e818f3aa08edf451f4e7351116deae.tar.gz uhd-98074d0c29e818f3aa08edf451f4e7351116deae.tar.bz2 uhd-98074d0c29e818f3aa08edf451f4e7351116deae.zip |
uhd: added uhd::get_pkg_data_path
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/utils/paths.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/host/include/uhd/utils/paths.hpp b/host/include/uhd/utils/paths.hpp index 2261f1b77..f5a40b2c9 100644 --- a/host/include/uhd/utils/paths.hpp +++ b/host/include/uhd/utils/paths.hpp @@ -1,5 +1,5 @@ // -// Copyright 2011 Ettus Research LLC +// Copyright 2011-2012 Ettus Research LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -29,6 +29,9 @@ namespace uhd{ //! Get a string representing the system's appdata directory UHD_API std::string get_app_path(void); + //! Get a string representing the system's pkg data directory + UHD_API std::string get_pkg_data_path(void); + } //namespace uhd #endif /* INCLUDED_UHD_UTILS_PATHS_HPP */ |