Skip to content

Commit

Permalink
Update (#630)
Browse files Browse the repository at this point in the history
 * merge {dec|enc}/port.h into common/platform.h
 * fix one-shot q=10 1-byte input compression
 * fix some unprefixed definitions
 * make hashers host-endianness-independent
 * extract enc/params.h from enc/quality.h
 * fix API documentation / typos
 * improve `BrotliEncoderMaxCompressedSize`
  • Loading branch information
eustas committed Dec 12, 2017
1 parent 63e15bb commit da254cf
Show file tree
Hide file tree
Showing 64 changed files with 770 additions and 794 deletions.
2 changes: 1 addition & 1 deletion c/common/dictionary.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ typedef struct BrotliDictionary {
const uint8_t* data;
} BrotliDictionary;

BROTLI_COMMON_API extern const BrotliDictionary* BrotliGetDictionary(void);
BROTLI_COMMON_API const BrotliDictionary* BrotliGetDictionary(void);

/**
* Sets dictionary data.
Expand Down

0 comments on commit da254cf

Please sign in to comment.