summaryrefslogtreecommitdiff
path: root/tableconverter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tableconverter.h')
-rw-r--r--tableconverter.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tableconverter.h b/tableconverter.h
new file mode 100644
index 0000000..a08c8cc
--- /dev/null
+++ b/tableconverter.h
@@ -0,0 +1,9 @@
+#ifndef TABLECONVERTER_H
+#define TABLECONVERTER_H
+
+#include "converter.h"
+
+struct converter*
+tabconverter_open(const char *charset);
+
+#endif