summaryrefslogtreecommitdiff
path: root/irtable.h
diff options
context:
space:
mode:
authorchatty1999-01-25 17:06:33 +0000
committerchatty1999-01-25 17:06:33 +0000
commit4a74019ccbd44626eb96fe751f406ff3fbe30735 (patch)
treef39d72fb4562b25b72affa52408545dc4a49febd /irtable.h
parent5466043190dac5b352df63942d26c1e2614dd9af (diff)
downloadirbox-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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/irtable.h b/irtable.h
index 565f6c8..fc2ed4d 100644
--- a/irtable.h
+++ b/irtable.h
@@ -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*);