Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r5b52a48 r79e826a  
    6161        char *sendbuffer;
    6262        char *readbuffer;
     63        int quit;
    6364
    6465        int sentbytes;
     
    9293        struct set *set;
    9394
     95        GIOChannel *io_channel;
    9496        gint r_watch_source_id;
    9597        gint w_watch_source_id;
     
    98100
    99101#include "user.h"
    100 // #include "nick.h"
     102#include "nick.h"
    101103
    102104extern GSList *irc_connection_list;
Note: See TracChangeset for help on using the changeset viewer.