]> 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 4d5ab21dbef7f16104658fcc984f6971efdb6ca3..0c809a915ab9e80ccbdefacfe3c7db5ead46fcfc 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: whowas.h 1717 2006-07-04 14:41:11Z jilles $
  */
 #ifndef INCLUDED_whowas_h
 #define INCLUDED_whowas_h
@@ -53,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... */