Clean up some prototypes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15714 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2003-01-26 17:49:35 +00:00
parent 2eb03143c3
commit 9b5e901493
5 changed files with 10 additions and 4 deletions

View file

@ -4109,7 +4109,7 @@ void NSWindowList(int size, int list[])
/* FIXME - the list produced should be in window stacking order */
}
NSArray* GSAllWindows()
NSArray* GSAllWindows(void)
{
return NSAllMapTableValues(windowmaps);
}