made looping over data rows easier.

This commit is contained in:
brianb
2000-03-12 16:37:34 +00:00
parent 6e24e9cb02
commit ec64ee1593
2 changed files with 45 additions and 1 deletions

View File

@@ -87,6 +87,8 @@ typedef struct {
int num_pgs;
int first_data_pg;
GPtrArray *columns;
int cur_pg;
int cur_row;
} MdbTableDef;
typedef struct {