Revision f914499f gnuradio-core/src/lib/runtime/gr_sys_paths.h

b/gnuradio-core/src/lib/runtime/gr_sys_paths.h
22 22
#ifndef _GR_SYS_PATHS_H_
23 23
#define _GR_SYS_PATHS_H_
24 24

25
#include <gr_core_api.h>
26

25 27
//! directory to create temporary files
26
const char *gr_tmp_path();
28
GR_CORE_API const char *gr_tmp_path();
27 29

28 30
//! directory to store application data
29
const char *gr_appdata_path();
31
GR_CORE_API const char *gr_appdata_path();
30 32

31 33
#endif /* _GR_SYS_PATHS_H_ */

Also available in: Unified diff