Module Name: src Committed By: agc Date: Mon Apr 4 20:37:49 UTC 2011
Modified Files: src/external/bsd/liblzf/dist: lzf.h Log Message: remove function parameter names from function prototypes make the lzf_compress() prototype match the function definition - the prototype always added the state table argument, although it should be conditionally compiled in. use the same cpp magic as in the source file to prototype the function in the header file. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/liblzf/dist/lzf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.