NAME
       LBEditNodeA -- V41 listbrowser.gadget lbm_editnode method stub
       LBEditNode -- Varargs version of LBEditNodeA
   SYNOPSIS
       success = LBEditNodeA( gadget, window, requester, node, tags )
       ULONG LBEditNodeA( struct gadget *, struct window *,
           struct requester *, struct node *, struct tagitem * );
       success = LBEditNode( gadget, window, requester, node, tag, ... )
       ULONG LBEditNode( struct gadget *, sruct window *,
           struct requester *, struct node *, ulong, ... );
   FUNCTION
       A function stub for calling libdogadgetmethoda() to modify an
       existing node on a listbrowser list. The main advantage
       of this function is to let you inline the vararg LBNA taglist.
   INPUTS
       gadget = listbrowser object
       window = the window in which the gadget is, or NULL
       requester = the requester of the window, or NULL
       node = the node to modify
       tags = the LBNA node modification taglist
   RESULT
       Nonzero on success.
   NOTES
       This function uses the libdogadgetmethoda() function also
       defined in this link library.
   SEE ALSO
       libdogadgetmethoda()