Revert "Remove mysql and oracle resources for anna-ericsson project"
[anna.git] / include / anna / dbms.mysql / forward.hpp
diff --git a/include/anna/dbms.mysql/forward.hpp b/include/anna/dbms.mysql/forward.hpp
new file mode 100644 (file)
index 0000000..36fe912
--- /dev/null
@@ -0,0 +1,26 @@
+// ANNA - Anna is Not Nothingness Anymore                                                         //
+//                                                                                                //
+// (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo                         //
+//                                                                                                //
+// See project site at http://redmine.teslayout.com/projects/anna-suite                           //
+// See accompanying file LICENSE or copy at http://www.teslayout.com/projects/public/anna.LICENSE //
+
+
+#ifndef anna_dbms_mysql_forward_hpp
+#define anna_dbms_mysql_forward_hpp
+
+/*
+ * el MYSQL es un typedef definido sobre la estructura st_mysql
+ */
+struct st_mysql;
+
+/* MYSQL_STMT */
+struct st_mysql_stmt;
+
+/* MYSQL_BIND */
+struct st_mysql_bind;
+
+/* MYSQL_TIME */
+struct st_mysql_time;
+
+#endif /*_anna_dbms_mysql_forward_h*/