Skip to content

Commit

Permalink
upper filename
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Mar 2, 2024
1 parent 833c808 commit 862b35c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/root.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ const std = @import("std");
const util = @import("util.zig");
const checkCode = @import("errors.zig").checkCode;

pub const Easy = @import("easy.zig");
pub const Easy = @import("Easy.zig");
pub const Buffer = Easy.Buffer;
pub const Multi = @import("multi.zig");
pub const Multi = @import("Multi.zig");
pub const bufferWriteCallback = Easy.bufferWriteCallback;
pub const print_libcurl_version = util.print_libcurl_version;
pub const url_encode = util.url_encode;
Expand Down

0 comments on commit 862b35c

Please sign in to comment.