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