diff options
author | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-05 16:41:44 -0400 |
---|---|---|
committer | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-05 16:41:44 -0400 |
commit | 53a4effd577cc60a9e3af422bf99109d54053440 (patch) | |
tree | 9932a2a72cbade418abfaa952c0b6f02051b1f03 /include/librfu.h | |
parent | ac9a86d7ce96731c7a9f2561e69ad05955a012ec (diff) |
Tidy up headers
Diffstat (limited to 'include/librfu.h')
-rw-r--r-- | include/librfu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/librfu.h b/include/librfu.h index 69c696172..3c56491c3 100644 --- a/include/librfu.h +++ b/include/librfu.h @@ -407,6 +407,7 @@ struct RfuTgtData u16 serialNo; // Game serial number of parent candidate Game serial number of connection partner u8 gname[RFU_GAME_NAME_LENGTH + 2]; // Game name of parent candidate Game name of connection partner u8 uname[RFU_USER_NAME_LENGTH + 1]; // User name for parent candidate User name for connection partner + u8 padding[2]; }; struct RfuLinkStatus |