This commit is contained in:
Nishi 2025-12-19 03:10:03 +09:00
commit edd75c58f6
Signed by: nishi
GPG key ID: 27EF69B208EB9343
6 changed files with 36 additions and 14 deletions

View file

@ -20,7 +20,7 @@
/* should be broadcasted! otherwise other user wouldn't know */
typedef struct af_pkt_join {
unsigned char length;
char* name;
char* name;
} af_pkt_join_t;
#endif