]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Fixed declaration and export of rrd_dump_opt_r. 790/head
authorSven Panne <svenpanne@gmail.com>
Tue, 30 May 2017 07:19:04 +0000 (09:19 +0200)
committerSven Panne <svenpanne@gmail.com>
Tue, 30 May 2017 07:19:04 +0000 (09:19 +0200)
commitfc868bbfa88692edb369e1ce88d1d0e966df64bc
tree69eb58c943a3c3d753493fae960e5e3180a40b68
parent048eda83fa6830e46b12f387c135c43f8d1f4340
Fixed declaration and export of rrd_dump_opt_r.

The previous state of affairs regarding rrd_dump_opt_r was a bit
inconsistent: The dynamic library didn't export it, while the static one
did.  So the right way to fix it will be exporting it in both variants,
because removing it from the static library would require a major version
change.  Furthermore, rrd_dump_opt_r is mentioned in the documentation at
librrd.pod, so this is another hint for the fix.

In addition, a C prototype was wmissing, so GCC complained about it.
src/librrd.sym
src/rrd.h