]> granicus.if.org Git - graphviz/commitdiff
plugin graph generator
authorellson <devnull@localhost>
Tue, 14 Oct 2008 04:17:44 +0000 (04:17 +0000)
committerellson <devnull@localhost>
Tue, 14 Oct 2008 04:17:44 +0000 (04:17 +0000)
lib/gvc/gvcint.h

index bcd957f3346b69141fbd3309b72dc656b8512aae..201149c69e278524bba7534421dccf6ad32d293a 100644 (file)
@@ -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 */
     };