Daniel@0: /* $Id: gvconfig.h,v 1.4 2009/06/03 01:10:53 ellson Exp $ $Revision: 1.4 $ */ Daniel@0: /* vim:set shiftwidth=4 ts=8: */ Daniel@0: Daniel@0: /********************************************************** Daniel@0: * This software is part of the graphviz package * Daniel@0: * http://www.graphviz.org/ * Daniel@0: * * Daniel@0: * Copyright (c) 1994-2004 AT&T Corp. * Daniel@0: * and is licensed under the * Daniel@0: * Common Public License, Version 1.0 * Daniel@0: * by AT&T Corp. * Daniel@0: * * Daniel@0: * Information and Software Systems Research * Daniel@0: * AT&T Research, Florham Park NJ * Daniel@0: **********************************************************/ Daniel@0: Daniel@0: /* Header used by plugins */ Daniel@0: Daniel@0: #ifndef GVCONFIG_H Daniel@0: #define GVCONFIG_H Daniel@0: Daniel@0: #include "gvplugin.h" Daniel@0: Daniel@0: #ifdef __cplusplus Daniel@0: extern "C" { Daniel@0: #endif Daniel@0: Daniel@0: extern void gvconfig_plugin_install_from_library(GVC_t * gvc, char *path, gvplugin_library_t *library); Daniel@0: Daniel@0: #ifdef __cplusplus Daniel@0: } Daniel@0: #endif Daniel@0: #endif /* GVCONFIG_H */