Files
rtl_433/include/compat_paths.h
Christian W. Zuckschwerdt 72f8a5bfba Fix declaration void param
2018-12-17 14:58:54 +01:00

13 lines
438 B
C

// compat_paths addresses following compatibility issue:
// topic: default search paths for config file
// issue: Linux and Windows use different common paths for config files
// solution: provide specific default paths for each system
#ifndef INCLUDE_COMPAT_PATHS_H_
#define INCLUDE_COMPAT_PATHS_H_
/// get default search paths for rtl_433 config file
char **compat_get_default_conf_paths(void);
#endif /* INCLUDE_COMPAT_PATHS_H_ */