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 /****************************************************************************
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
const char * name
void free_config(struct ir_remote *remotes)
Definition: config_file.c:1313
struct ir_remote * read_config(FILE *f, const char *name)
Definition: config_file.c:746