From 19a528cb8e524239aaeea16df87558ca4be4cced Mon Sep 17 00:00:00 2001 From: Tim Dwyer Date: Mon, 13 Feb 2006 02:00:14 +0000 Subject: Added connector graph layout functionality (bzr r122) --- src/graphlayout/graphlayout.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/graphlayout/graphlayout.h (limited to 'src/graphlayout/graphlayout.h') diff --git a/src/graphlayout/graphlayout.h b/src/graphlayout/graphlayout.h new file mode 100644 index 000000000..e37f4c4fa --- /dev/null +++ b/src/graphlayout/graphlayout.h @@ -0,0 +1,17 @@ +/** + * \brief graph layout functions + * + * Authors: + * Tim Dwyer + * + * 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 -- cgit v1.2.3