NAME
       LBAddNodeA -- V41 listbrowser.gadget lbm_addnode method stub
       LBAddNode -- Varargs version of LBAddNodeA
   SYNOPSIS
       node = LBAddNodeA( gadget, window, requester, node, tags )
       struct node *lbaddnodea( struct gadget *, struct window *,
           struct requester *, struct node *, struct tagitem * );
       node = LBAddNode( gadget, window, requester, node, tag, ... )
       struct node *lbaddnode( struct gadget *, sruct window *,
           struct requester *, struct node *, ulong, ... );
   FUNCTION
       A function stub for calling libdogadgetmethoda() to allocate
       and add a new node to 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 before which to add the new node. null for
           beginning of the list
       tags = the LBNA node allocation taglist
   RESULT
       A pointer to the newly allocated node, or NULL on failure.
   NOTES
       This function uses the libdogadgetmethoda() function also
       defined in this link library.
   SEE ALSO
       libdogadgetmethoda()