X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fdbms.mysql%2Fforward.hpp;fp=include%2Fanna%2Fdbms.mysql%2Fforward.hpp;h=0000000000000000000000000000000000000000;hb=851ff2962362fd5bad874e8ed91445b296eaca24;hp=36fe912eb60a4a8f4eecfcb95f6c30f8955df700;hpb=78be86969d2f26a9084b0c4af6ce43d5fa4ed3fd;p=anna.git diff --git a/include/anna/dbms.mysql/forward.hpp b/include/anna/dbms.mysql/forward.hpp deleted file mode 100644 index 36fe912..0000000 --- a/include/anna/dbms.mysql/forward.hpp +++ /dev/null @@ -1,26 +0,0 @@ -// 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*/