diff options
Diffstat (limited to 'irtable.h')
-rw-r--r-- | irtable.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7,8 +7,12 @@ * * Tables for decoding events * + * Authors: Stephane Chatty <chatty@cenatoulouse.dgac.fr> + * * $Id$ * + * Please refer to file version.h for the + * copyright notice regarding this software */ #ifndef irtable_h_ @@ -19,6 +23,9 @@ typedef struct { const char* type; } IrTable; +extern void IrResetTables (void); +extern void IrReadTables (const char*); + extern IrTable* IrTableReadFile (const char*); extern IrTable* IrCreateTable (); extern void IrTableName (IrTable*, const char*); |