.TH "List Functions" 3 "Sun Nov 9 2014" "Version 10.9" "globus_rsl" \" -*- nroff -*- .ad l .nh .SH NAME List Functions \- .SS "Functions" .in +1c .ti -1c .RI "globus_list_t * \fBglobus_list_copy_reverse\fP (globus_list_t *orig)" .br .RI "\fICreate a reverse-order copy of a list\&. \fP" .in -1c .SH "Detailed Description" .PP .SH "Function Documentation" .PP .SS "globus_list_t* globus_list_copy_reverse (globus_list_t *orig)" .PP Create a reverse-order copy of a list\&. The \fBglobus_list_copy_reverse()\fP function creates and returns a copy of its input parameter, with the order of the list elements reversed\&. This copy is a shallow copy of list nodes, so both the list pointed to by \fIorig\fP and the returned list point to the same list element data\&. .PP \fBParameters:\fP .RS 4 \fIorig\fP A pointer to the list to copy\&. .RE .PP \fBReturns:\fP .RS 4 Upon success, \fBglobus_list_copy_reverse()\fP returns a new list containing the same elements as the list pointed to by \fIorig\fP in reverse order\&. If an error occurs, \fBglobus_list_copy_reverse()\fP returns NULL\&. .RE .PP .SH "Author" .PP Generated automatically by Doxygen for globus_rsl from the source code\&.