]> granicus.if.org Git - graphviz/commitdiff
Remove naked extern declarations; use include file
authorerg <devnull@localhost>
Wed, 24 Jun 2009 22:52:56 +0000 (22:52 +0000)
committererg <devnull@localhost>
Wed, 24 Jun 2009 22:52:56 +0000 (22:52 +0000)
cmd/smyrna/main.c

index 4845de3271235b366821d4c0da3558785d1a0e37..29f37c137a0e1507cd21e9e166176efb1043a198 100755 (executable)
@@ -29,6 +29,7 @@
 #include <glade/glade.h>
 #include "gui.h"
 #include "viewport.h"
+#include "support.h"
 #include "menucallbacks.h"
 #include "gltemplate.h"
 #include "memory.h"
@@ -182,10 +183,7 @@ parseArgs (int argc, char *argv[], ViewInfo* view)
     else
        return NULL;
 }
-extern int create_font_file(char* fontdescription,char* fontfile,float gw,float gh);
 
-extern int load_png_font(char* file_name);
-extern void add_pixmap_directory (const gchar     *directory);
 #ifdef UNUSED
 static void close_cgraph(Agraph_t* g)
 {