Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libxslt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
libxslt
Commits
2b9a8d67195e
Commit
2b9a8d67195e
authored
2 years ago
by
Nick Wellnhofer
Browse files
Options
Downloads
Patches
Plain Diff
Don't declare disabled functions
parent
d70610b4e72d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libxslt/xsltutils.h
+6
-2
6 additions, 2 deletions
libxslt/xsltutils.h
with
6 additions
and
2 deletions
libxslt/xsltutils.h
+
6
−
2
View file @
2b9a8d67
...
@@ -244,6 +244,7 @@
...
@@ -244,6 +244,7 @@
const
xmlChar
*
str
,
const
xmlChar
*
str
,
int
flags
);
int
flags
);
#ifdef WITH_PROFILER
/*
/*
* Profiling.
* Profiling.
*/
*/
...
@@ -257,6 +258,7 @@
...
@@ -257,6 +258,7 @@
xsltTimestamp
(
void
);
xsltTimestamp
(
void
);
XSLTPUBFUN
void
XSLTCALL
XSLTPUBFUN
void
XSLTCALL
xsltCalibrateAdjust
(
long
delta
);
xsltCalibrateAdjust
(
long
delta
);
#endif
/**
/**
* XSLT_TIMESTAMP_TICS_PER_SEC:
* XSLT_TIMESTAMP_TICS_PER_SEC:
...
@@ -289,6 +291,9 @@
...
@@ -289,6 +291,9 @@
typedef
int
(
*
xsltAddCallCallback
)
(
xsltTemplatePtr
templ
,
xmlNodePtr
source
);
typedef
int
(
*
xsltAddCallCallback
)
(
xsltTemplatePtr
templ
,
xmlNodePtr
source
);
typedef
void
(
*
xsltDropCallCallback
)
(
void
);
typedef
void
(
*
xsltDropCallCallback
)
(
void
);
XSLTPUBFUN
int
XSLTCALL
xsltGetDebuggerStatus
(
void
);
#ifdef WITH_DEBUGGER
XSLTPUBFUN
void
XSLTCALL
XSLTPUBFUN
void
XSLTCALL
xsltSetDebuggerStatus
(
int
value
);
xsltSetDebuggerStatus
(
int
value
);
XSLTPUBFUN
int
XSLTCALL
XSLTPUBFUN
int
XSLTCALL
...
@@ -292,11 +297,9 @@
...
@@ -292,11 +297,9 @@
XSLTPUBFUN
void
XSLTCALL
XSLTPUBFUN
void
XSLTCALL
xsltSetDebuggerStatus
(
int
value
);
xsltSetDebuggerStatus
(
int
value
);
XSLTPUBFUN
int
XSLTCALL
XSLTPUBFUN
int
XSLTCALL
xsltGetDebuggerStatus
(
void
);
XSLTPUBFUN
int
XSLTCALL
xsltSetDebuggerCallbacks
(
int
no
,
void
*
block
);
xsltSetDebuggerCallbacks
(
int
no
,
void
*
block
);
XSLTPUBFUN
int
XSLTCALL
XSLTPUBFUN
int
XSLTCALL
xslAddCall
(
xsltTemplatePtr
templ
,
xslAddCall
(
xsltTemplatePtr
templ
,
xmlNodePtr
source
);
xmlNodePtr
source
);
XSLTPUBFUN
void
XSLTCALL
XSLTPUBFUN
void
XSLTCALL
xslDropCall
(
void
);
xslDropCall
(
void
);
...
@@ -297,9 +300,10 @@
...
@@ -297,9 +300,10 @@
xsltSetDebuggerCallbacks
(
int
no
,
void
*
block
);
xsltSetDebuggerCallbacks
(
int
no
,
void
*
block
);
XSLTPUBFUN
int
XSLTCALL
XSLTPUBFUN
int
XSLTCALL
xslAddCall
(
xsltTemplatePtr
templ
,
xslAddCall
(
xsltTemplatePtr
templ
,
xmlNodePtr
source
);
xmlNodePtr
source
);
XSLTPUBFUN
void
XSLTCALL
XSLTPUBFUN
void
XSLTCALL
xslDropCall
(
void
);
xslDropCall
(
void
);
#endif
#ifdef __cplusplus
#ifdef __cplusplus
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment