diff options
Diffstat (limited to '')
| -rw-r--r-- | src/graphlayout/graphlayout.h | 17 |
1 files changed, 17 insertions, 0 deletions
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 <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 |
