diff options
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/sys_paths.h')
-rw-r--r-- | gnuradio-runtime/include/gnuradio/sys_paths.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnuradio-runtime/include/gnuradio/sys_paths.h b/gnuradio-runtime/include/gnuradio/sys_paths.h index 1bd2e0deb7..efea07b599 100644 --- a/gnuradio-runtime/include/gnuradio/sys_paths.h +++ b/gnuradio-runtime/include/gnuradio/sys_paths.h @@ -32,6 +32,9 @@ namespace gr { //! directory to store application data GR_RUNTIME_API const char *appdata_path(); + //! directory to store user configuration + GR_RUNTIME_API const char *userconf_path(); + } /* namespace gr */ #endif /* GR_SYS_PATHS_H */ |