diff options
| author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-08 00:21:57 +0000 |
|---|---|---|
| committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-08 00:21:57 +0000 |
| commit | 769919db662a8d2a09d782876768f6f67f8475ed (patch) | |
| tree | 56f4fe42b7fc9ba2d2892d5f9f6f5c10d3670e3f /databases/mdbtools/files/patch-src_gmdb2_gmdb.h | |
| parent | - Fix build with gcc 4.x (diff) | |
- fix build when gmone is installed [1]
- pet portlint a little [2]
PR: ports/107507
Submitted by: Denis Eremenko <moonshade@pnhz.kz> [1], itetcu (me) [2]
Diffstat (limited to 'databases/mdbtools/files/patch-src_gmdb2_gmdb.h')
| -rw-r--r-- | databases/mdbtools/files/patch-src_gmdb2_gmdb.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/mdbtools/files/patch-src_gmdb2_gmdb.h b/databases/mdbtools/files/patch-src_gmdb2_gmdb.h new file mode 100644 index 000000000000..21b64cb26c80 --- /dev/null +++ b/databases/mdbtools/files/patch-src_gmdb2_gmdb.h @@ -0,0 +1,13 @@ +--- src/gmdb2/gmdb.h.orig Mon Jan 13 04:59:42 2003 ++++ src/gmdb2/gmdb.h Mon Mar 6 11:32:10 2006 +@@ -44,6 +44,10 @@ + void gmdb_debug_tab_new(GtkWidget *notebook); + void gmdb_debug_new_cb(GtkWidget *w, gpointer *data); + ++void gmdb_table_export_populate_dialog(GladeXML *xml); ++void gmdb_sql_save_query(GladeXML *xml, gchar *file_path); ++void gmdb_sql_save_as_cb(GtkWidget *w, GladeXML *xml); ++ + unsigned long gmdb_prefs_get_maxrows(); + + extern GtkWidget *gmdb_prefs_new(); |
