Function openlog [src]
Prototype
pub extern "c" fn openlog(ident: [*:0]const u8, logopt: c_int, facility: c_int) void
Parameters
ident: [*:0]const u8
logopt: c_int
facility: c_int
Source
pub extern "c" fn openlog(ident: [*:0]const u8, logopt: c_int, facility: c_int) void