.TH "globus_rsl_list" 3 "Version 11.4" "globus_rsl" \" -*- nroff -*- .ad l .nh .SH NAME globus_rsl_list \- List Functions .PP \- List Functions\&. .SH SYNOPSIS .br .PP .SS "Functions" .in +1c .ti -1c .RI "globus_list_t * \fBglobus_list_copy_reverse\fP (globus_list_t *orig)" .br .RI "Create a reverse-order copy of a list\&. " .in -1c .SH "Detailed Description" .PP List Functions\&. .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\&.