Closed
Bug 445
Opened 26 years ago
Closed 21 years ago
RDF_BRANCH_060398 xmlglue.c compile error
Categories
(MozillaClassic Graveyard :: Aurora/RDF BE, defect, P3)
MozillaClassic Graveyard
Aurora/RDF BE
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: waider, Assigned: guha)
Details
Created by Ronan Waide (waider@waider.ie) on Thursday, June 11, 1998 10:45:24 AM PDT
Additional Details :
xmlglue.h wasn't kept up to date with xmlglue.c, here's
the patch:
Index: modules/xml/glue/xmlglue.h
===================================================================
RCS file: /cvsroot/mozilla/modules/xml/glue/xmlglue.h,v
retrieving revision 1.6.4.1
diff -c -r1.6.4.1 xmlglue.h
*** xmlglue.h 1998/06/11 02:41:16 1.6.4.1
--- xmlglue.h 1998/06/11 17:45:29
***************
*** 203,209 ****
void xmlhtml_complete_int
(XMLFile xml);
void xmlhtml_GetUrlExitFunc
(URL_Struct *urls, int status, MWContext *cx);
void readHTML (char* url,
XMLHTMLInclusion ss);
! NET_StreamClass * XML_ConverterInt(FO_Present_Types
format_out, void *data_object, URL_Struct *URL_s, MWContext
*window_id);
PUBLIC NET_StreamClass *
XML_XMLConverter(FO_Present_Types format_out, void
*data_object, URL_Struct *URL_s, MWContext *window_id);
PUBLIC NET_StreamClass *
XML_CSSConverter(FO_Present_Types format_out, void
*data_object, URL_Struct *URL_s, MWContext *window_id);
--- 203,209 ----
void xmlhtml_complete_int
(XMLFile xml);
void xmlhtml_GetUrlExitFunc
(URL_Struct *urls, int status, MWContext *cx);
void readHTML (char* url,
XMLHTMLInclusion ss);
! NET_StreamClass * XML_ConverterInt(FO_Present_Types
format_out, void *data_object, URL_Struct *URL_s, MWContext
*window_id, int16 fileType);
PUBLIC NET_StreamClass *
XML_XMLConverter(FO_Present_Types format_out, void
*data_object, URL_Struct *URL_s, MWContext *window_id);
PUBLIC NET_StreamClass *
XML_CSSConverter(FO_Present_Types format_out, void
*data_object, URL_Struct *URL_s, MWContext *window_id);
Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → CLOSED
Reporter | ||
Comment 1•26 years ago
|
||
Fixed long ago, but I can now close it myself so it's one less bug on the list
:) (doh, entered this comment on the wrong bug, too!)
Comment 2•21 years ago
|
||
Status CLOSED is deprecated as per bug 169885
Status: CLOSED → REOPENED
Resolution: FIXED → ---
Comment 3•21 years ago
|
||
Status CLOSED is deprecated as per bug 169885
Comment 4•21 years ago
|
||
Re-resolving
Status: REOPENED → RESOLVED
Closed: 26 years ago → 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•