mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
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:
parent
8a5aa22ed8
commit
48d0135d3e
5 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue