Move table and column functions to table.c

This commit is contained in:
whydoubt
2004-06-23 12:31:54 +00:00
parent 8e665e09e9
commit fc25bde6ca
4 changed files with 41 additions and 45 deletions

View File

@@ -1,3 +1,8 @@
Wed Jun 23 07:30:17 CDT 2004 Jeff Smith <whydoubt@yahoo.com>
* src/libmdb/table.c:
* src/libmdb/mem.c
* include/mdbtools.h: Move table and column functions to table.c
Tue Jun 22 22:02:02 CDT 2004 Jeff Smith <whydoubt@yahoo.com>
* src/util/mdb-schema.c: Fix a memory leak
* src/libmdb/mem.c: Fix another memory leak