#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 */