From: erg Date: Wed, 24 Jun 2009 22:52:56 +0000 (+0000) Subject: Remove naked extern declarations; use include file X-Git-Tag: LAST_LIBGRAPH~32^2~1873 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=289faf6b75940fba942f74578613a82ae027d19d;p=graphviz Remove naked extern declarations; use include file --- diff --git a/cmd/smyrna/main.c b/cmd/smyrna/main.c index 4845de327..29f37c137 100755 --- a/cmd/smyrna/main.c +++ b/cmd/smyrna/main.c @@ -29,6 +29,7 @@ #include #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) {