X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fstruct.h;h=2975fecbc19b2109c608f5255526518c98e3ca2a;hb=cc05a230ac079fa15a2e43e6e68ef7126128cefd;hp=34fbe40e9c2f4d7b7bcd4e9d39e633add333d20f;hpb=b8294f6c0db86ec8d204b0fda51070f3a415fb57;p=ircu2.10.12-pk.git diff --git a/include/struct.h b/include/struct.h index 34fbe40..2975fec 100644 --- a/include/struct.h +++ b/include/struct.h @@ -70,6 +70,8 @@ struct User { unsigned int invites; /* Number of channels we've been invited to */ char username[USERLEN + 1]; char host[HOSTLEN + 1]; + char realhost[HOSTLEN + 1]; + char account[ACCOUNTLEN + 1]; }; #endif /* INCLUDED_struct_h */