diff options
author | Josh Blum <josh@joshknows.com> | 2013-01-23 04:45:57 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2013-01-23 04:45:57 -0800 |
commit | 1c21d1bc22e35bdb4b91450656974148d11519e0 (patch) | |
tree | d60bde38980ce2dacc576112996b4f9779edfa4a /host/include | |
parent | 190b4328b82c54985c6ca9fed948dcabe9a174db (diff) | |
parent | 6b2a2128426f0f17b6375a39efb37d7202f78574 (diff) | |
download | uhd-1c21d1bc22e35bdb4b91450656974148d11519e0.tar.gz uhd-1c21d1bc22e35bdb4b91450656974148d11519e0.tar.bz2 uhd-1c21d1bc22e35bdb4b91450656974148d11519e0.zip |
Merge branch 'fhs_work'
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/utils/paths.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/include/uhd/utils/paths.hpp b/host/include/uhd/utils/paths.hpp index f5a40b2c9..e0f455e92 100644 --- a/host/include/uhd/utils/paths.hpp +++ b/host/include/uhd/utils/paths.hpp @@ -29,8 +29,8 @@ 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); + //! Get a string representing the system's pkg directory + UHD_API std::string get_pkg_path(void); } //namespace uhd |