LIRC libraries
LinuxInfraredRemoteControl
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
config_file.h
Go to the documentation of this file.
1 /****************************************************************************
2 ** config_file.h ***********************************************************
3 ****************************************************************************
4 *
5 * Copyright (C) 1998 Pablo d'Angelo (pablo@ag-trek.allgaeu.org)
6 *
7 */
8 
22 #ifndef _CONFIG_FILE_H
23 #define _CONFIG_FILE_H
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
29 #include "lirc/ir_remote.h"
30 
38 struct ir_remote* read_config(FILE* f, const char* name);
39 
41 void free_config(struct ir_remote* remotes);
42 
45 #ifdef __cplusplus
46 }
47 #endif
48 
49 #endif
const char * name
void free_config(struct ir_remote *remotes)
Definition: config_file.c:1402
struct ir_remote * read_config(FILE *f, const char *name)
Definition: config_file.c:828