Last change
on this file since 26588 was
14841,
checked in by zere, 11 years ago
|
Use bzip2 interface directly, rather than through the zlib compatibility interface to deal with multiple streams in pbzip2-generated files. Also added a 'null' output for testing purposes.
|
File size:
169 bytes
|
Line | |
---|
1 | /* Implements dummy output-layer processing for testing. |
---|
2 | */ |
---|
3 | |
---|
4 | #ifndef OUTPUT_NULL_H |
---|
5 | #define OUTPUT_NULL_H |
---|
6 | |
---|
7 | #include "output.h" |
---|
8 | |
---|
9 | extern struct output_t out_null; |
---|
10 | |
---|
11 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.