Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chat.h

    r94acdd0 rb75acf6  
    2424*/
    2525
     26#ifndef _CHAT_H
     27#define _CHAT_H
     28
    2629struct chat
    2730{
     
    4548
    4649int chat_join( irc_t *irc, struct chat *c, const char *password );
     50
     51#endif
Note: See TracChangeset for help on using the changeset viewer.