diff options
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/sys_paths.h')
-rw-r--r-- | gnuradio-runtime/include/gnuradio/sys_paths.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnuradio-runtime/include/gnuradio/sys_paths.h b/gnuradio-runtime/include/gnuradio/sys_paths.h index efea07b599..6be2b8847b 100644 --- a/gnuradio-runtime/include/gnuradio/sys_paths.h +++ b/gnuradio-runtime/include/gnuradio/sys_paths.h @@ -26,14 +26,14 @@ namespace gr { - //! directory to create temporary files - GR_RUNTIME_API const char *tmp_path(); +//! directory to create temporary files +GR_RUNTIME_API const char* tmp_path(); - //! directory to store application data - GR_RUNTIME_API const char *appdata_path(); +//! directory to store application data +GR_RUNTIME_API const char* appdata_path(); - //! directory to store user configuration - GR_RUNTIME_API const char *userconf_path(); +//! directory to store user configuration +GR_RUNTIME_API const char* userconf_path(); } /* namespace gr */ |