]> granicus.if.org Git - graphviz/commitdiff
Fix compiler warning
authorerg <devnull@localhost>
Tue, 22 Jul 2008 22:05:08 +0000 (22:05 +0000)
committererg <devnull@localhost>
Tue, 22 Jul 2008 22:05:08 +0000 (22:05 +0000)
lib/common/input.c

index 233a226798ed6e8f358178b3b53bb54340695a6d..43bc0b6b300f9b80dac451050dee1ac259f4a5a6 100644 (file)
@@ -165,7 +165,7 @@ static void use_library(GVC_t *gvc, char *name)
     gvc->common.lib = Lib;
 }
 
-
+extern char *gvplugin_list(GVC_t * gvc, api_t api, char *str);
 
 void dotneato_args_initialize(GVC_t * gvc, int argc, char **argv)
 {