source: freewrt/package/bitchx/patches/BitchX-fix_declarations.patch@ 428f140

freewrt_1_0 freewrt_2_0
Last change on this file since 428f140 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 752 bytes
  • include/ctcp.h

    diff -urN BitchX/include/ctcp.h BitchX.new/include/ctcp.h
    old new  
    5656extern CtcpEntryDll *dll_ctcp;
    5757
    5858
    59 extern          char    *ctcp_type[];
     59//extern                char    *ctcp_type[]; /* already declared in ctcp.c
    6060extern          int     sed;
    6161extern          int     in_ctcp_flag;
    6262
  • include/struct.h

    diff -urN BitchX/include/struct.h BitchX.new/include/struct.h
    old new  
    10641064        int     delete;
    10651065}       TimerList;
    10661066
    1067 extern TimerList *PendingTimers;
     1067//extern TimerList *PendingTimers;
    10681068typedef struct nicktab_stru
    10691069{
    10701070        struct nicktab_stru *next;
Note: See TracBrowser for help on using the repository browser.