"ethereal_stock_icons()" isn't used outside "gtk/toolbar.c" (and should

presumably only be called once in any case), so make it static.

svn path=/trunk/; revision=12114
This commit is contained in:
Guy Harris 2004-09-27 22:32:09 +00:00
parent 975e6f2bd1
commit 0e3e50e1f7
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ typedef struct stock_pixmap_tag{
} stock_pixmap_t;
/* generate application specific stock items */
void ethereal_stock_icons(void) {
static void ethereal_stock_icons(void) {
GtkIconFactory * factory;
gint32 i;