/[weechat]/weechat/src/irc/irc-display.c
ViewVC logotype

Diff of /weechat/src/irc/irc-display.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by flashcode, Sat Oct 25 14:49:19 2003 UTC revision 1.3 by flashcode, Sun Oct 26 13:21:09 2003 UTC
# Line 19  Line 19 
19   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20   */   */
21    
   
22  /* irc-display.c: display functions for IRC */  /* irc-display.c: display functions for IRC */
23    
24    
25    #ifdef HAVE_CONFIG_H
26    #include "config.h"
27    #endif
28    
29  #include <stdlib.h>  #include <stdlib.h>
30  #include <unistd.h>  #include <unistd.h>
31  #include <stdio.h>  #include <stdio.h>
# Line 30  Line 33 
33    
34  #include "../common/weechat.h"  #include "../common/weechat.h"
35  #include "irc.h"  #include "irc.h"
36  #include "../common/config.h"  #include "../common/weeconfig.h"
37  #include "../gui/gui.h"  #include "../gui/gui.h"
38    
39    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26