update rtpSpawn prototype

This commit is contained in:
Baoshan Pang 2019-09-25 17:03:57 -07:00
parent a195fd4ac6
commit fc80bbbf98
1 changed files with 2 additions and 2 deletions

View File

@ -2074,8 +2074,8 @@ extern "C" {
pub fn rtpInfoGet(rtpId: ::RTP_ID, rtpStruct: *mut ::RTP_DESC) -> ::c_int;
pub fn rtpSpawn(
pubrtpFileName: *const ::c_char,
argv: *const *const ::c_char,
envp: *const *const ::c_char,
argv: *mut *const ::c_char,
envp: *mut *const ::c_char,
priority: ::c_int,
uStackSize: ::size_t,
options: ::c_int,