update rtpSpawn prototype
This commit is contained in:
parent
a195fd4ac6
commit
fc80bbbf98
@ -2074,8 +2074,8 @@ extern "C" {
|
|||||||
pub fn rtpInfoGet(rtpId: ::RTP_ID, rtpStruct: *mut ::RTP_DESC) -> ::c_int;
|
pub fn rtpInfoGet(rtpId: ::RTP_ID, rtpStruct: *mut ::RTP_DESC) -> ::c_int;
|
||||||
pub fn rtpSpawn(
|
pub fn rtpSpawn(
|
||||||
pubrtpFileName: *const ::c_char,
|
pubrtpFileName: *const ::c_char,
|
||||||
argv: *const *const ::c_char,
|
argv: *mut *const ::c_char,
|
||||||
envp: *const *const ::c_char,
|
envp: *mut *const ::c_char,
|
||||||
priority: ::c_int,
|
priority: ::c_int,
|
||||||
uStackSize: ::size_t,
|
uStackSize: ::size_t,
|
||||||
options: ::c_int,
|
options: ::c_int,
|
||||||
|
Loading…
Reference in New Issue
Block a user