summaryrefslogtreecommitdiff
path: root/irtable.h
diff options
context:
space:
mode:
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*);