summaryrefslogtreecommitdiffstats
path: root/src/dialogs/unclump.h
blob: 6cebc0caf13131a0cb20e0b111ccdeb8c4acf5db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef UNCLUMP_H_SEEN
#define UNCLUMP_H_SEEN

/** \file
 * Unclumping objects
 */
/*
 * Authors:
 *   bulia byak
 *
 * Copyright (C) 2005 Authors
 * Released under GNU GPL
 */

#include <glib/gslist.h>

void unclump(GSList *items);


#endif /* !UNCLUMP_H_SEEN */