/[mailutils]/mailutils/mailbox/list.c
ViewVC logotype

Diff of /mailutils/mailbox/list.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by gray, Wed Jan 22 13:17:51 2003 UTC revision 1.15 by gray, Mon Feb 3 11:30:04 2003 UTC
# Line 134  list_set_comparator (list_t list, list_c Line 134  list_set_comparator (list_t list, list_c
134  {  {
135    list_comparator_t old_comp;    list_comparator_t old_comp;
136    if (list == NULL)    if (list == NULL)
137      return EINVAL;      return NULL;
138    old_comp = list->comp;    old_comp = list->comp;
139    list->comp = comp;    list->comp = comp;
140    return old_comp;    return old_comp;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26