Convert more core types to camel case
This commit is contained in:
parent
af43613795
commit
9c6890f488
57 changed files with 415 additions and 390 deletions
|
@ -245,7 +245,7 @@ mod v6 {
|
|||
}
|
||||
|
||||
type get_addr_data = {
|
||||
output_ch: comm::chan<result::result<~[ip_addr],ip_get_addr_err>>
|
||||
output_ch: comm::Chan<result::result<~[ip_addr],ip_get_addr_err>>
|
||||
};
|
||||
|
||||
extern fn get_addr_cb(handle: *uv_getaddrinfo_t, status: libc::c_int,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue