Skip to content

Commit

Permalink
Add more type exceptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboris committed Oct 18, 2024
1 parent 232ed16 commit d28d4aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/util.ml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ let apply_type_exceptions ?(allow_underscore = true) = function
| "OpaqueHIPresentationInstanceRef" | "OpaqueATSUStyle" | "AXUIElement"
| "SLMPopUpMenuContext_t" | "RXRecognizer" | "GSEvent" | "GSKeyboard"
| "IOHIDEvent" | "UIWebTouchEvent" | "OpaqueCFHTTPCookie" | "CNPluginCommand"
| "CFNetService" | "SecIdentity" | "SecAccess" | "CFHSTSPolicy"
| "sqlite3" | "sqlite3_stmt" | "sqlite3_value" ->
| "CFNetService" | "SecIdentity" | "SecAccess" | "SecTask" | "CFHSTSPolicy"
| "sqlite3" | "sqlite3_stmt" | "sqlite3_value" | "OpaquePCSShareProtection"
| "PCSIdentityData" ->
"void"
| "va_list_tag" ->
"(ptr void)"
Expand Down

0 comments on commit d28d4aa

Please sign in to comment.