From e24584da2090d7df2a1abd902deca0f88879d436 Mon Sep 17 00:00:00 2001
From: Wael El Oraiby <wael.eloraiby@gmail.com>
Date: Mon, 20 May 2013 21:00:17 -0400
Subject: first version - missing lam alef ligature

---
 arabtype.h | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 arabtype.h

(limited to 'arabtype.h')

diff --git a/arabtype.h b/arabtype.h
new file mode 100644
index 0000000..b79ee3f
--- /dev/null
+++ b/arabtype.h
@@ -0,0 +1,17 @@
+/*
+** Arabtype Copyright 2012-2013(c) Wael El Oraiby. All Rights Reserved
+** see README.md file for license
+*/
+#ifndef ARABTYPE_H
+#define ARABTYPE_H
+#ifdef __cplusplus
+extern "C" {
+#endif	// __cplusplus
+
+uint32_t get_presentation_form_b(uint32_t prev, uint32_t next, uint32_t cp);
+
+#ifdef __cplusplus
+}
+#endif	// __cplusplus
+
+#endif // ARABTYPE_H
-- 
cgit v1.2.3