]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
minus one warning
authorTobias Oetiker <tobi@oetiker.ch>
Mon, 21 Oct 2013 13:00:26 +0000 (15:00 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 21 Oct 2013 13:00:26 +0000 (15:00 +0200)
src/rrd_graph.c

index 223063b9598bb1b99571ed7e03529b499985b260..619550f22d2bcc206c91311dde7e9de56cacb6c5 100644 (file)
@@ -3950,6 +3950,8 @@ int rrd_graph(
 }
 
 
+static int bad_format_imginfo( char *fmt);
+
 /* Some surgery done on this function, it became ridiculously big.
 ** Things moved:
 ** - initializing     now in rrd_graph_init()
@@ -4833,7 +4835,7 @@ int bad_format(
 }
 
 
-int bad_format_imginfo(
+static int bad_format_imginfo(
     char *fmt)
 {
     char     *ptr;