/* * Copyright 2008, Haiku. * Distributed under the terms of the MIT license. * * Authors: * Michael Pfeiffer */ #ifndef _UI_UTILS_H #define _UI_UTILS_H #include void MakeEmpty(BListView* list); void RemoveChildren(BView* view); #endif