update rtpSpawn prototype

This commit is contained in:
Baoshan Pang 2019-09-25 17:03:57 -07:00
parent a195fd4ac6
commit fc80bbbf98

View File

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