⛏️ index : haiku.git

/*
 * Copyright 2008, Haiku.
 * Distributed under the terms of the MIT license.
 *
 * Authors:
 *		Michael Pfeiffer <laplace@users.sourceforge.net>
 */

#ifndef _UI_UTILS_H
#define _UI_UTILS_H

#include <ListView.h>

void MakeEmpty(BListView* list);
void RemoveChildren(BView* view);

#endif