1
Fork 0

Convert more core types to camel case

This commit is contained in:
Brian Anderson 2012-08-15 14:10:46 -07:00
parent af43613795
commit 9c6890f488
57 changed files with 415 additions and 390 deletions

View file

@ -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,