Pass pointers to a new string for server params

This commit is contained in:
Jackson Coxson
2025-03-25 12:55:30 -06:00
parent 2588beae60
commit b83f15467b
2 changed files with 14 additions and 25 deletions

View File

@@ -44,6 +44,7 @@ pub enum IdeviceErrorCode {
InvalidArgument = -36,
UnknownErrorType = -37,
// FFI specific bindings
ServiceNotFound = -997,
BufferTooSmall = -998,
InvalidString = -999,
InvalidArg = -1000,