Make some functions static.

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4956 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-12-08 17:11:00 +00:00 committed by exg
commit 48d0135d3e
5 changed files with 5 additions and 5 deletions

View file

@ -434,7 +434,7 @@ static void mainwindows_resize_bigger(int xdiff, int ydiff)
g_slist_free(sorted);
}
void mainwindows_resize_horiz(int xdiff)
static void mainwindows_resize_horiz(int xdiff)
{
GSList *tmp;