mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-13 11:20:32 +00:00
Make decode_one public
This commit is contained in:
@@ -67,11 +67,7 @@ decode :: proc(
|
||||
return
|
||||
}
|
||||
|
||||
// =============================================================================
|
||||
// Internal
|
||||
// =============================================================================
|
||||
|
||||
@(private="file")
|
||||
decode_one :: proc(
|
||||
data: []u8,
|
||||
relocs: []Relocation,
|
||||
|
||||
Reference in New Issue
Block a user