aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-20 14:02:00 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-20 14:02:00 +0000
commit0edcc8920eb4e0483f1c7886f07cce465bae2260 (patch)
tree17d7a1bddeab8630608cf30bc38356ff5ad4495a /gtk/prefs_dlg.c
parent4fd9fcc63956b732bfde38cc8ec6622b51ba7e06 (diff)
downloadwireshark-0edcc8920eb4e0483f1c7886f07cce465bae2260.tar.gz
wireshark-0edcc8920eb4e0483f1c7886f07cce465bae2260.tar.bz2
wireshark-0edcc8920eb4e0483f1c7886f07cce465bae2260.zip
- Declare some functions static
- Add plugins_dlg.h - Include .h files in their respective .c files - Include .h and remove extern declarations in .c files - set eol-style and keywords on gui_utils.[hc] svn path=/trunk/; revision=15471
Diffstat (limited to 'gtk/prefs_dlg.c')
-rw-r--r--gtk/prefs_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/prefs_dlg.c b/gtk/prefs_dlg.c
index 69d5ee5539..09b659b2b3 100644
--- a/gtk/prefs_dlg.c
+++ b/gtk/prefs_dlg.c
@@ -361,7 +361,7 @@ module_prefs_show(module_t *module, gpointer user_data)
#endif
/* add a page to the tree */
-prefs_tree_iter
+static prefs_tree_iter
prefs_tree_page_add(const gchar *title, gint page_nr,
gpointer store, prefs_tree_iter *parent_iter,
gboolean has_child
@@ -388,7 +388,7 @@ prefs_tree_page_add(const gchar *title, gint page_nr,
}
/* add a page to the notebook */
-GtkWidget *
+static GtkWidget *
prefs_nb_page_add(GtkWidget *notebook, const gchar *title, GtkWidget *page, const char *page_key)
{
GtkWidget *frame;