bareos2015: bareos-13.2 3d0c1d10

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-13.2 2013-05-26 16:16 bareos-13.2 5dab02c7 Pending
Changeset Cleanup possible due to abstracting compression code.

Now that the compression code is mostly in the shared library we no
longer need to include zlib headers etc all over the place as all
code accessing any compression specific interface is abstracted now we
can cleanup the header files and the Makefiles. This way we also don't
leak to many global stuff into our namespace which will never be used
anyway.
mod - src/filed/compression.c Diff File
mod - src/filed/filed.h Diff File
mod - src/stored/Makefile.in Diff File
mod - src/stored/bextract.c Diff File
mod - src/stored/stored.h Diff File