summaryrefslogtreecommitdiffstats
path: root/subreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'subreader.h')
-rw-r--r--subreader.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/subreader.h b/subreader.h
index bcf9aed08b..06a9878fea 100644
--- a/subreader.h
+++ b/subreader.h
@@ -59,6 +59,12 @@ typedef struct {
int sub_errs;
} sub_data;
+#ifdef USE_FRIBIDI
+extern char *fribidi_charset;
+extern int flip_hebrew;
+extern int fribidi_flip_commas;
+#endif
+
sub_data* sub_read_file (char *filename, float pts);
subtitle* subcp_recode1 (subtitle *sub);
// enca_fd is the file enca uses to determine the codepage.