Revision 98074d0c host/include/uhd/utils/paths.hpp
| b/host/include/uhd/utils/paths.hpp | ||
|---|---|---|
| 1 | 1 |
// |
| 2 |
// Copyright 2011 Ettus Research LLC |
|
| 2 |
// Copyright 2011-2012 Ettus Research LLC
|
|
| 3 | 3 |
// |
| 4 | 4 |
// This program is free software: you can redistribute it and/or modify |
| 5 | 5 |
// it under the terms of the GNU General Public License as published by |
| ... | ... | |
| 29 | 29 |
//! Get a string representing the system's appdata directory |
| 30 | 30 |
UHD_API std::string get_app_path(void); |
| 31 | 31 |
|
| 32 |
//! Get a string representing the system's pkg data directory |
|
| 33 |
UHD_API std::string get_pkg_data_path(void); |
|
| 34 |
|
|
| 32 | 35 |
} //namespace uhd |
| 33 | 36 |
|
| 34 | 37 |
#endif /* INCLUDED_UHD_UTILS_PATHS_HPP */ |
Also available in: Unified diff