src/cx/linked_list.h

changeset 485
6a86ad3d8c03
parent 484
9e6900b1cf9d
child 486
d7ca126eab7f
     1.1 --- a/src/cx/linked_list.h	Mon Dec 27 17:02:32 2021 +0100
     1.2 +++ b/src/cx/linked_list.h	Mon Dec 27 17:16:32 2021 +0100
     1.3 @@ -138,6 +138,7 @@
     1.4   *
     1.5   * @param node a pointer to a node in the list
     1.6   * @param loc_prev the location of the \c prev pointer
     1.7 + * @return a pointer to the first node
     1.8   */
     1.9  void *cx_linked_list_first(
    1.10          void *node,

mercurial