graphlayout.h revision 0e39cdf0cc3195b77fa0effca0e2b07355fe1c0b
/**
* \brief graph layout functions
*
* Authors:
* Tim Dwyer <tgdwyer@gmail.com>
*
* Copyright (C) 2005 Authors
*
* Released under GNU GPL. Read the file 'COPYING' for more information.
*/
#ifndef SEEN_GRAPHLAYOUT_H
#define SEEN_GRAPHLAYOUT_H
#include "util/glib-list-iterators.h"
void graphlayout(GSList const *const items);
#endif // SEEN_GRAPHLAYOUT_H