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

Unified Diff: third_party/libxslt/libxslt/keys.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/imports.c ('k') | third_party/libxslt/libxslt/keys.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxslt/libxslt/keys.h
diff --git a/third_party/libxslt/libxslt/keys.h b/third_party/libxslt/libxslt/keys.h
index 9182baaf8a6844f39c364f16f17e1a8c353f597d..757d122463ae4f3476bbf73e549e15c30e7de617 100644
--- a/third_party/libxslt/libxslt/keys.h
+++ b/third_party/libxslt/libxslt/keys.h
@@ -32,17 +32,17 @@ XSLTPUBFUN int XSLTCALL
const xmlChar *match,
const xmlChar *use,
xmlNodePtr inst);
-XSLTPUBFUN xmlNodeSetPtr XSLTCALL
+XSLTPUBFUN xmlNodeSetPtr XSLTCALL
xsltGetKey (xsltTransformContextPtr ctxt,
const xmlChar *name,
const xmlChar *nameURI,
const xmlChar *value);
-XSLTPUBFUN void XSLTCALL
+XSLTPUBFUN void XSLTCALL
xsltInitCtxtKeys (xsltTransformContextPtr ctxt,
xsltDocumentPtr doc);
-XSLTPUBFUN void XSLTCALL
+XSLTPUBFUN void XSLTCALL
xsltFreeKeys (xsltStylesheetPtr style);
-XSLTPUBFUN void XSLTCALL
+XSLTPUBFUN void XSLTCALL
xsltFreeDocumentKeys (xsltDocumentPtr doc);
#ifdef __cplusplus
« no previous file with comments | « third_party/libxslt/libxslt/imports.c ('k') | third_party/libxslt/libxslt/keys.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698