mirror of
https://github.com/google/brotli.git
synced 2026-09-22 14:45:51 +00:00
Separate the public headers #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @khaledhosny on GitHub (Oct 17, 2014).
IMO, it would be cleaner to move the public headers to a separate
includedirectory, and/or give them less generic names likebrotli-decode.handbrotli-encode.h, to streamline the use of the library.