diff options
author | chatty | 1999-01-25 17:06:33 +0000 |
---|---|---|
committer | chatty | 1999-01-25 17:06:33 +0000 |
commit | 4a74019ccbd44626eb96fe751f406ff3fbe30735 (patch) | |
tree | f39d72fb4562b25b72affa52408545dc4a49febd /irtable.h | |
parent | 5466043190dac5b352df63942d26c1e2614dd9af (diff) | |
download | irbox-4a74019ccbd44626eb96fe751f406ff3fbe30735.zip irbox-4a74019ccbd44626eb96fe751f406ff3fbe30735.tar.gz irbox-4a74019ccbd44626eb96fe751f406ff3fbe30735.tar.bz2 irbox-4a74019ccbd44626eb96fe751f406ff3fbe30735.tar.xz |
Added ReadTables and ResetTables
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*); |