summaryrefslogtreecommitdiff
path: root/libsunavl.h
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-02-12 20:55:26 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-02-12 20:55:26 +0400
commit7acd59db885896d5819cdef30d630901c1344e1f (patch)
treedae09c3097b06cd421275dd53942d803f69e8176 /libsunavl.h
parent41cd358da4f8be41075c6539a7428fc09558f104 (diff)
downloadlibsunavl-upstream/1.0.tar.gz
Imported Upstream version 1.0upstream/1.0
Diffstat (limited to 'libsunavl.h')
-rw-r--r--libsunavl.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/libsunavl.h b/libsunavl.h
new file mode 100644
index 0000000..868cc23
--- /dev/null
+++ b/libsunavl.h
@@ -0,0 +1,13 @@
+/* Just a wrapper, but intended to be the only public interface */
+
+#ifndef _LIBSUNAVL_H
+#define _LIBSUNAVL_H
+
+#include <stddef.h>
+#include <inttypes.h>
+
+#include <libsunavl/avl_impl.h>
+#include <libsunavl/avl.h>
+
+#endif
+