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_file.h
Go to the documentation of this file.
1
2
/****************************************************************************
3
** config_file.h ***********************************************************
4
****************************************************************************
5
*
6
* Copyright (C) 1998 Pablo d'Angelo (pablo@ag-trek.allgaeu.org)
7
*
8
*/
9
23
#ifndef _CONFIG_FILE_H
24
#define _CONFIG_FILE_H
25
26
#ifdef __cplusplus
27
extern
"C"
{
28
#endif
29
30
#include "lirc/ir_remote.h"
31
39
struct
ir_remote
*
read_config
(FILE* f,
const
char
*
name
);
40
42
void
free_config
(
struct
ir_remote
* remotes);
43
46
#ifdef __cplusplus
47
}
48
#endif
49
50
#endif
ir_remote
Definition:
ir_remote_types.h:161
ir_remote::name
const char * name
Definition:
ir_remote_types.h:162
free_config
void free_config(struct ir_remote *remotes)
Definition:
config_file.c:1313
read_config
struct ir_remote * read_config(FILE *f, const char *name)
Definition:
config_file.c:746
lib
config_file.h
Generated by
1.8.6