aboutsummaryrefslogtreecommitdiffstats
path: root/os400/libxmlrpg/xpath.rpgle
diff options
context:
space:
mode:
Diffstat (limited to 'os400/libxmlrpg/xpath.rpgle')
-rw-r--r--os400/libxmlrpg/xpath.rpgle8
1 files changed, 4 insertions, 4 deletions
diff --git a/os400/libxmlrpg/xpath.rpgle b/os400/libxmlrpg/xpath.rpgle
index a31a4acb..3f3be326 100644
--- a/os400/libxmlrpg/xpath.rpgle
+++ b/os400/libxmlrpg/xpath.rpgle
@@ -628,20 +628,20 @@
/undefine XML_TESTVAL
/endif
- *
+
* C macros implemented as procedures for ILE/RPG support.
- *
+
/if defined(LIBXML_XPATH_ENABLED)
d xmlXPathNodeSetGetLength...
d pr 10i 0 extproc('__xmlXPathNodeSetGetLength')
d ns value like(xmlNodeSetPtr)
- *
+
d xmlXPathNodeSetItem...
d pr extproc('__xmlXPathNodeSetItem')
d like(xmlNodePtr)
d ns value like(xmlNodeSetPtr)
d index 10i 0 value
- *
+
d xmlXPathNodeSetIsEmpty...
d pr 10i 0 extproc('__xmlXPathNodeSetIsEmpty')
d ns value like(xmlNodeSetPtr)