bareos: master 446e5580

Author Committer Branch Timestamp Parent
mvwieringen adm mvwieringen adm master 2013-05-26 14:16 master e9f7508a 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/stored/stored.h Diff File
mod - src/stored/bextract.c Diff File
mod - src/stored/Makefile.in Diff File
mod - src/filed/filed.h Diff File
mod - src/filed/compression.c Diff File