mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
clang.zig cleanup #7: add missing struct
This commit is contained in:
parent
f4b4ea402e
commit
b639447263
@ -866,6 +866,12 @@ pub const struct_ZigClangQualType = extern struct {
|
||||
ptr: ?*c_void,
|
||||
};
|
||||
|
||||
pub const struct_ZigClangAPValueLValueBase = extern struct {
|
||||
Ptr: ?*c_void,
|
||||
CallIndex: c_uint,
|
||||
Version: c_uint,
|
||||
};
|
||||
|
||||
pub extern fn ZigClangErrorMsg_delete(ptr: [*c]Stage2ErrorMsg, len: usize) void;
|
||||
|
||||
pub extern fn ZigClangLoadFromCommandLine(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user