From: ellson Date: Tue, 14 Oct 2008 04:17:44 +0000 (+0000) Subject: plugin graph generator X-Git-Tag: LAST_LIBGRAPH~32^2~3150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22662767648004a7003bbdfa3542f8461cf86d8c;p=graphviz plugin graph generator --- diff --git a/lib/gvc/gvcint.h b/lib/gvc/gvcint.h index bcd957f33..201149c69 100644 --- a/lib/gvc/gvcint.h +++ b/lib/gvc/gvcint.h @@ -45,7 +45,7 @@ extern "C" { struct gvplugin_package_s { gvplugin_package_t *next; char *path; - char *packagename; + char *name; }; struct gvplugin_available_s { @@ -54,9 +54,7 @@ extern "C" { int quality; /* programmer assigned quality ranking within type (+ve or -ve int) - codegens have quality = 0 */ - char *path; /* file path to library containing plugin, - or NULL if builtin */ - char *packagename; /* package name */ + gvplugin_package_t *package; /* details of library containing plugin */ gvplugin_installed_t *typeptr; /* pointer to jumptable for plugin, or NULL if not yet loaded */ };