]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/whowas.h
Add explicit support for being installed into a system triggered with --enable-fhs...
[irc/rqf/shadowircd.git] / include / whowas.h
index 8ccb2c54328ac693cbd71f00cdf37d46a1c2f511..0c809a915ab9e80ccbdefacfe3c7db5ead46fcfc 100644 (file)
@@ -52,8 +52,9 @@ struct Whowas
        char username[USERLEN + 1];
        char hostname[HOSTLEN + 1];
        char sockhost[HOSTIPLEN + 1];
-       const char *servername;
        char realname[REALLEN + 1];
+       char suser[NICKLEN + 1];
+       const char *servername;
        time_t logoff;
        struct Client *online;  /* Pointer to new nickname for chasing or NULL */
        struct Whowas *next;    /* for hash table... */