aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_assoc_analyse.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/sctp_assoc_analyse.c
parent4fd9fcc63956b732bfde38cc8ec6622b51ba7e06 (diff)
- 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/sctp_assoc_analyse.c')
-rw-r--r--gtk/sctp_assoc_analyse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/sctp_assoc_analyse.c b/gtk/sctp_assoc_analyse.c
index 6354a14edb..40bba3d243 100644
--- a/gtk/sctp_assoc_analyse.c
+++ b/gtk/sctp_assoc_analyse.c
@@ -354,7 +354,7 @@ static void analyse_window_set_title(struct sctp_analyse *u_data)
g_free(title);
}
-void create_analyse_window(struct sctp_analyse* u_data)
+static void create_analyse_window(struct sctp_analyse* u_data)
{
GtkWidget *window = NULL;
GtkWidget *notebook;
@@ -698,7 +698,7 @@ void assoc_analyse(sctp_assoc_info_t* assoc)
}
-void sctp_analyse_cb(struct sctp_analyse* u_data)
+static void sctp_analyse_cb(struct sctp_analyse* u_data)
{
guint8* ip_src;
guint16 srcport;