Synopsis
OLM_LIST *olm_CopyList(long option, OLM_LIST *list)
Purpose
Copy an object list to another object list.
Description
This function will copy the specified list and return a new object list pointer. The new list will be an exact duplicate of the original.
Input
option
Options (not used)
list
List pointer to copy
Return
New object list pointer or NULL if error