Files
zstd-rs/lib/common
ddidderr 554a30da41 fix(rust): remove redundant common shim declarations
The common C shims include headers that already declare every Rust-exported
symbol. Remove duplicate declarations so strict C builds do not report
redundant declarations or macro-expanded aliases.

The shims remain intentionally declaration-only; Rust still owns the exported
implementation.

Test Plan:
- compile debug.c with -Wall -Wextra -Werror
- compile error_private.c with -Wall -Wextra -Werror
- compile zstd_common.c with -Wall -Wextra -Werror

Refs: rust/README.md
2026-07-10 20:03:34 +02:00
..
2025-01-24 03:03:22 +02:00
2024-12-04 06:47:32 -08:00
2024-12-18 09:56:50 -08:00
2025-01-19 18:05:57 -08:00
2025-01-24 03:02:47 +02:00