From 0edcc8920eb4e0483f1c7886f07cce465bae2260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sat, 20 Aug 2005 14:02:00 +0000 Subject: - 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 --- gtk/proto_dlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/proto_dlg.c') diff --git a/gtk/proto_dlg.c b/gtk/proto_dlg.c index 2772168a0e..b795dcbfbc 100644 --- a/gtk/proto_dlg.c +++ b/gtk/proto_dlg.c @@ -518,7 +518,7 @@ revert_proto_selection(void) } /* revert_proto_selection */ -gint +static gint protocol_data_compare(gconstpointer a, gconstpointer b) { const protocol_data_t *ap = (const protocol_data_t *)a; -- cgit v1.2.3