summaryrefslogtreecommitdiff
path: root/firmware/export/bidi.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/bidi.h')
-rw-r--r--firmware/export/bidi.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/bidi.h b/firmware/export/bidi.h
index 36ff46c6c0..516dcfcca8 100644
--- a/firmware/export/bidi.h
+++ b/firmware/export/bidi.h
@@ -17,5 +17,8 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#ifndef BIDI_H 19#ifndef BIDI_H
20#define BIDI_H
21
20extern unsigned short *bidi_l2v(const unsigned char *str, int orientation); 22extern unsigned short *bidi_l2v(const unsigned char *str, int orientation);
21#endif 23
24#endif /* BIDI_H */