summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2013-01-23 04:45:57 -0800
committerJosh Blum <josh@joshknows.com>2013-01-23 04:45:57 -0800
commit1c21d1bc22e35bdb4b91450656974148d11519e0 (patch)
treed60bde38980ce2dacc576112996b4f9779edfa4a /host/include
parent190b4328b82c54985c6ca9fed948dcabe9a174db (diff)
parent6b2a2128426f0f17b6375a39efb37d7202f78574 (diff)
downloaduhd-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.hpp4
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