summaryrefslogtreecommitdiff
path: root/louloulibs/utils/xdg.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'louloulibs/utils/xdg.hpp')
-rw-r--r--louloulibs/utils/xdg.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/louloulibs/utils/xdg.hpp b/louloulibs/utils/xdg.hpp
index 20f5bb7..15f3d0b 100644
--- a/louloulibs/utils/xdg.hpp
+++ b/louloulibs/utils/xdg.hpp
@@ -9,5 +9,6 @@
* http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
*/
std::string xdg_config_path(const std::string& filename);
+std::string xdg_data_path(const std::string& filename);
#endif /* XDG_HPP_INCLUDED */