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