From 98074d0c29e818f3aa08edf451f4e7351116deae Mon Sep 17 00:00:00 2001
From: Josh Blum <josh@joshknows.com>
Date: Tue, 5 Jun 2012 17:43:39 -0700
Subject: uhd: added uhd::get_pkg_data_path

---
 host/include/uhd/utils/paths.hpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'host/include')

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 */
-- 
cgit v1.2.3