File: compat_paths.h

package info (click to toggle)
rtl-433 25.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,192 kB
  • sloc: ansic: 55,982; cpp: 3,263; python: 2,544; php: 55; javascript: 43; sh: 18; makefile: 16
file content (15 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** @file
    compat_paths addresses compatibility with default OS path names.

    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_ */