mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Reduce function scopes
This patch removes a few function declarations from the catch-all gmdb.h as they are defined and used only in a single file, and turns them in to static (file local) functions instead.
This commit is contained in:
committed by
Nirgal Vourgère
parent
e88c8d2043
commit
21a4229e40
@@ -57,10 +57,8 @@ void gmdb_debug_set_dissect_cb(GtkWidget *w, gpointer data);
|
||||
void gmdb_debug_close_all(void);
|
||||
|
||||
/* sql.c */
|
||||
void gmdb_sql_save_as_cb(GtkWidget *w, GladeXML *xml);
|
||||
void gmdb_sql_new_cb(GtkWidget *w, gpointer data);
|
||||
void gmdb_sql_close_all(void);
|
||||
void gmdb_sql_save_query(GladeXML *xml, gchar *file_path);
|
||||
|
||||
unsigned long gmdb_prefs_get_maxrows(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user