[patch] mdbsql.h typo
Nirgal <[email protected]> Sun, 28 Aug 2011 17:49:32 +0000
| Newsgroups | gmane.comp.db.mdb-tools.devel |
|---|---|
| Message-ID | <[email protected]> |
--Boundary-00=_t+nWOcCJ4iZBcG2 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Desccription: * Removes declaration of inexistant mdbsql_bind_all We are using mdb_sql_bind_all declared bellow --Boundary-00=_t+nWOcCJ4iZBcG2 Content-Type: text/x-patch; charset="utf-8"; name="mdbsqlh.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mdbsqlh.diff" Description: Removes almost duplicate prototype Unsused, just a typo. Index: mdbtools-0.6pre1/include/mdbsql.h =================================================================== --- mdbtools-0.6pre1.orig/include/mdbsql.h +++ mdbtools-0.6pre1/include/mdbsql.h @@ -68,7 +68,6 @@ extern void mdb_sql_reset(MdbSQL *sql); extern void mdb_sql_listtables(MdbSQL *sql); extern void mdb_sql_select(MdbSQL *sql); -extern void mdbsql_bind_all(MdbSQL *sql); extern void mdb_sql_dump_node(MdbSargNode *node, int level); extern void mdb_sql_close(MdbSQL *sql); extern void mdb_sql_add_or(MdbSQL *sql); --Boundary-00=_t+nWOcCJ4iZBcG2 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and 25% more efficient. Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev --Boundary-00=_t+nWOcCJ4iZBcG2 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ mdbtools-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mdbtools-dev --Boundary-00=_t+nWOcCJ4iZBcG2--