00001 /* $Id: gvplugin_neato_layout.c,v 1.2 2006/06/11 14:17:45 ellson Exp $ $Revision: 1.2 $ */ 00002 /* vim:set shiftwidth=4 ts=8: */ 00003 00004 /********************************************************** 00005 * This software is part of the graphviz package * 00006 * http://www.graphviz.org/ * 00007 * * 00008 * Copyright (c) 1994-2004 AT&T Corp. * 00009 * and is licensed under the * 00010 * Common Public License, Version 1.0 * 00011 * by AT&T Corp. * 00012 * * 00013 * Information and Software Systems Research * 00014 * AT&T Research, Florham Park NJ * 00015 **********************************************************/ 00016 00017 #include "gvplugin.h" 00018 00019 extern gvplugin_installed_t gvlayout_neato_types; 00020 00021 static gvplugin_api_t apis[] = { 00022 {API_layout, &gvlayout_neato_types}, 00023 {(api_t)0, 0}, 00024 }; 00025 00026 gvplugin_library_t gvplugin_neato_layout_LTX_library = { "neato_layout", apis };