Compare commits
1 Commits
e5c1ddcfc3
...
v3.46.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 71a142f60d |
@@ -998,7 +998,7 @@ mutex :: struct {}
|
||||
backup :: struct {}
|
||||
index_info :: struct {}
|
||||
|
||||
callback :: proc(db: rawptr, col: i32, vals: [^]cstring, cols: [^]cstring) -> Result
|
||||
callback :: proc "c" (db: rawptr, col: i32, vals: [^]cstring, cols: [^]cstring) -> Result
|
||||
|
||||
value :: struct {
|
||||
u: struct #raw_union {}, // MemValue
|
||||
|
||||
Reference in New Issue
Block a user