source:
freewrt/package/bitchx/patches/BitchX-fix_declarations.patch
| Last change on this file was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 752 bytes | |
-
include/ctcp.h
diff -urN BitchX/include/ctcp.h BitchX.new/include/ctcp.h
old new 56 56 extern CtcpEntryDll *dll_ctcp; 57 57 58 58 59 extern char *ctcp_type[]; 59 //extern char *ctcp_type[]; /* already declared in ctcp.c 60 60 extern int sed; 61 61 extern int in_ctcp_flag; 62 62 -
include/struct.h
diff -urN BitchX/include/struct.h BitchX.new/include/struct.h
old new 1064 1064 int delete; 1065 1065 } TimerList; 1066 1066 1067 extern TimerList *PendingTimers;1067 //extern TimerList *PendingTimers; 1068 1068 typedef struct nicktab_stru 1069 1069 { 1070 1070 struct nicktab_stru *next;
Note:
See TracBrowser
for help on using the repository browser.
