Code

list_window: converted several public functions to static
authorMax Kellermann <max@duempel.org>
Tue, 23 Sep 2008 11:29:25 +0000 (13:29 +0200)
committerMax Kellermann <max@duempel.org>
Tue, 23 Sep 2008 11:29:25 +0000 (13:29 +0200)
commit5f6cee4616c52bc2cf95afcdb1e3e7a8bed6e393
tree8acf2fc02801001b20feea49343ad75b3e11b029
parent72ad9955c8d5c9abe28d8d59301e159493087976
list_window: converted several public functions to static

There are lots of functions not being used outside of list_window.c.
Make them static to make it easier for gcc to optimize.
src/list_window.c
src/list_window.h