File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,11 @@ fn main() {
139139 . blocklist_type ( "(in_addr|wchar|socklen|suseconds|sa_family|time)_t" )
140140 . blocklist_item ( "SOL_CONFIG" )
141141 . opaque_type ( "MiiData" )
142+ . opaque_type ( "FriendInfo" )
143+ . opaque_type ( "DecryptedApproachContext" )
144+ . opaque_type ( "CFLStoreData" )
145+ . opaque_type ( "AccountInfo" )
146+ . opaque_type ( "ExistentServerAccountData" )
142147 . derive_default ( true )
143148 . wrap_static_fns ( true )
144149 . wrap_static_fns_path ( out_dir. join ( "libctru_statics_wrapper" ) )
@@ -281,6 +286,11 @@ fn generate_layout_tests(
281286 test_generator
282287 // Opaque types:
283288 . blocklist_type ( "MiiData" )
289+ . blocklist_type ( "FriendInfo" )
290+ . blocklist_type ( "DecryptedApproachContext" )
291+ . blocklist_type ( "CFLStoreData" )
292+ . blocklist_type ( "AccountInfo" )
293+ . blocklist_type ( "ExistentServerAccountData" )
284294 // Bitfields:
285295 . blocklist_field (
286296 "ExHeader_SystemInfoFlags" ,
You can’t perform that action at this time.
0 commit comments