Function cups_sys::httpSeparate
[−]
[src]
pub unsafe extern "C" fn httpSeparate(
uri: *const c_char,
method: *mut c_char,
username: *mut c_char,
host: *mut c_char,
port: *mut c_int,
resource: *mut c_char
)