Skip to content

Commit

Permalink
Removed clib exposure
Browse files Browse the repository at this point in the history
  • Loading branch information
SnorlaxAssist committed Jun 13, 2024
1 parent c947e3f commit ad66024
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.zig
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ pub fn getVersionNumber() i32 {
return @intCast(c.LZ4_versionNumber());
}

pub const lz4clib = c;

pub const Standard = struct {
const CompressionError = error {
Failed,
Expand Down

0 comments on commit ad66024

Please sign in to comment.