ston initial
[henge/apc.git] / ston / ston.h
diff --git a/ston/ston.h b/ston/ston.h
new file mode 100644 (file)
index 0000000..b691f56
--- /dev/null
@@ -0,0 +1,12 @@
+/*!@file
+  \brief   STON Interpretation Functions
+  \details C implementation of data structures and algorithms in the STON asset
+           package protocol
+  \author  Ken Grimes
+  \date    Feb 2017
+  ----------------------------------------------------------------------------*/
+#ifndef _STON_H_
+#define _STON_H_
+/* STON Hashtable implementation */
+#include "ston_ht.h"
+#endif //_STON_H_