Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: third_party/libxslt/libxslt/extra.h

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no iconv Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libxslt/libxslt/extensions.c ('k') | third_party/libxslt/libxslt/extra.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxslt/libxslt/extra.h
diff --git a/third_party/libxslt/libxslt/extra.h b/third_party/libxslt/libxslt/extra.h
index 59e932bec5e6cd7f81566c6c65887117a15c379f..6929e3c64086f2814bac7c10b93e6f3324185a57 100644
--- a/third_party/libxslt/libxslt/extra.h
+++ b/third_party/libxslt/libxslt/extra.h
@@ -60,16 +60,16 @@ extern "C" {
XSLTPUBFUN void XSLTCALL
xsltFunctionNodeSet (xmlXPathParserContextPtr ctxt,
int nargs);
-XSLTPUBFUN void XSLTCALL
+XSLTPUBFUN void XSLTCALL
xsltDebug (xsltTransformContextPtr ctxt,
xmlNodePtr node,
xmlNodePtr inst,
xsltStylePreCompPtr comp);
-XSLTPUBFUN void XSLTCALL
+XSLTPUBFUN void XSLTCALL
xsltRegisterExtras (xsltTransformContextPtr ctxt);
-XSLTPUBFUN void XSLTCALL
+XSLTPUBFUN void XSLTCALL
xsltRegisterAllExtras (void);
#ifdef __cplusplus
« no previous file with comments | « third_party/libxslt/libxslt/extensions.c ('k') | third_party/libxslt/libxslt/extra.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698