For internal use only.
This file contains the implementation of the ll_move() function, used to move a linked list element to another location within the linked list.
Definition in file ll_move.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for ll_move.c:
Go to the source code of this file.
Functions | |
unsigned long | ll_move (link_head_t *list, link_elem_t *new, link_loc_t loc, link_elem_t *elem) |
Move an element within a linked list. |