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

Side by Side Diff: third_party/libxslt/src/libexslt/exslt.h

Issue 2865973002: Check in the libxslt roll script. (Closed)
Patch Set: Add back OWNERS I accidentally deleted. Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 1
2 #ifndef __EXSLT_H__ 2 #ifndef __EXSLT_H__
3 #define __EXSLT_H__ 3 #define __EXSLT_H__
4 4
5 #include <libxml/tree.h> 5 #include <libxml/tree.h>
6 #include <libxml/xpath.h> 6 #include <libxml/xpath.h>
7 #include "exsltexports.h" 7 #include "exsltexports.h"
8 #include <libexslt/exsltconfig.h> 8 #include <libexslt/exsltconfig.h>
9 9
10 #ifdef __cplusplus 10 #ifdef __cplusplus
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 EXSLTPUBFUN int EXSLTCALL exsltSetsXpathCtxtRegister (xmlXPathContextPtr ctxt, 93 EXSLTPUBFUN int EXSLTCALL exsltSetsXpathCtxtRegister (xmlXPathContextPtr ctxt,
94 const xmlChar *prefix); 94 const xmlChar *prefix);
95 EXSLTPUBFUN int EXSLTCALL exsltStrXpathCtxtRegister (xmlXPathContextPtr ctxt, 95 EXSLTPUBFUN int EXSLTCALL exsltStrXpathCtxtRegister (xmlXPathContextPtr ctxt,
96 const xmlChar *prefix); 96 const xmlChar *prefix);
97 97
98 #ifdef __cplusplus 98 #ifdef __cplusplus
99 } 99 }
100 #endif 100 #endif
101 #endif /* __EXSLT_H__ */ 101 #endif /* __EXSLT_H__ */
102 102
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698