]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Add prototype for bad_format_imginfo
authorJulien Thomas <jthomas@exosec.fr>
Tue, 25 Jun 2013 11:11:27 +0000 (13:11 +0200)
committerJulien Thomas <jthomas@exosec.fr>
Tue, 25 Jun 2013 12:54:15 +0000 (14:54 +0200)
commit5d5616019cfc25e2ab08a14cc475628addcb5106
tree33fadc1fd14585155ef1fcdd9d9fd38fcc751b61
parentad5769ef0a464032453679f6bc0132e91a919634
Add prototype for bad_format_imginfo

This patch solve implicit declaration of function 'bad_format_imginfo'
warning introduced by commit 37d3050 "Added imginfo format check".

rrd_graph.c: In function 'rrd_graph_v':
rrd_graph.c:4025: warning: implicit declaration of function 'bad_format_imginfo'
rrd_graph.c:4025: warning: nested extern declaration of 'bad_format_imginfo'
rrd_graph.c: At top level:
rrd_graph.c:4836: warning: no previous prototype for 'bad_format_imginfo'
src/rrd_graph.h