[libxml2] os400: c14n.rpgle: allow *omit for nullable reference parameters.



commit 44e49f47e8eeb3d2f4e1a18038322c6d913b5958
Author: Patrick Monnerat <pm datasphere ch>
Date:   Mon Apr 13 14:26:55 2015 +0200

    os400: c14n.rpgle: allow *omit for nullable reference parameters.

 os400/libxmlrpg/c14n.rpgle |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/os400/libxmlrpg/c14n.rpgle b/os400/libxmlrpg/c14n.rpgle
index bf061e9..963ed37 100644
--- a/os400/libxmlrpg/c14n.rpgle
+++ b/os400/libxmlrpg/c14n.rpgle
@@ -67,7 +67,7 @@
      d  nodes                              value like(xmlNodeSetPtr)
      d  mode                               value like(xmlCint)
      d  inclusive_ns_prefixes...
-     d                                 *                                        xmlChar *(*)
+     d                                 *   options(*omit)                       xmlChar *(*)
      d  with_comments                      value like(xmlCint)
      d  buf                                value like(xmlOutputBufferPtr)
 
@@ -78,7 +78,7 @@
      d  nodes                              value like(xmlNodeSetPtr)
      d  mode                               value like(xmlCint)
      d  inclusive_ns_prefixes...
-     d                                 *                                        xmlChar *(*)
+     d                                 *   options(*omit)                       xmlChar *(*)
      d  with_comments                      value like(xmlCint)
      d  doc_txt_ptr                    *                                        xmlChar *(*)
 
@@ -88,7 +88,7 @@
      d  nodes                              value like(xmlNodeSetPtr)
      d  mode                               value like(xmlCint)
      d  inclusive_ns_prefixes...
-     d                                 *                                        xmlChar *(*)
+     d                                 *   options(*omit)                       xmlChar *(*)
      d  with_comments                      value like(xmlCint)
      d  filename                       *   value options(*string)               const char *
      d  compression                        value like(xmlCint)
@@ -116,7 +116,7 @@
      d  user_data                      *   value                                void *
      d  mode                               value like(xmlCint)
      d  inclusive_ns_prefixes...
-     d                                 *                                        xmlChar *(*)
+     d                                 *   options(*omit)                       xmlChar *(*)
      d  with_comments                      value like(xmlCint)
      d  buf                                value like(xmlOutputBufferPtr)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]