headers/bsd: Add sys/queue.h.
[haiku.git] / src / tests / add-ons / print / ppd / ui / UIUtils.h
blob32cd6fd29103e2b6ebd614c433ff5f50ed35ba3d
1 /*
2 * Copyright 2008, Haiku.
3 * Distributed under the terms of the MIT license.
5 * Authors:
6 * Michael Pfeiffer <laplace@users.sourceforge.net>
7 */
9 #ifndef _UI_UTILS_H
10 #define _UI_UTILS_H
12 #include <ListView.h>
14 void MakeEmpty(BListView* list);
15 void RemoveChildren(BView* view);
17 #endif