LIRC libraries
LinuxInfraredRemoteControl
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
config_flags.h
1
2
/****************************************************************************
3
** config_flags.h ***********************************************************
4
****************************************************************************
5
*
6
* config_flags.h - Flags shared between config_file and dump_config.
7
*
8
*/
9
10
#ifndef _CONFIG_FLAGS_H
11
#define _CONFIG_FLAGS_H
12
14
struct
flaglist
{
15
char
*
name
;
16
int
flag
;
17
};
18
20
extern
const
struct
flaglist
all_flags
[];
21
22
#endif
flaglist
Definition:
config_flags.h:14
all_flags
const struct flaglist all_flags[]
Definition:
config_file.c:87
flaglist::name
char * name
Definition:
config_flags.h:15
flaglist::flag
int flag
Definition:
config_flags.h:16
lib
config_flags.h
Generated by
1.8.9.1