From 4a74019ccbd44626eb96fe751f406ff3fbe30735 Mon Sep 17 00:00:00 2001 From: chatty Date: Mon, 25 Jan 1999 17:06:33 +0000 Subject: Added ReadTables and ResetTables --- irtable.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'irtable.h') 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 + * * $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*); -- cgit v1.1