summaryrefslogtreecommitdiff
path: root/list.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-02-14 23:22:56 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-02-14 23:22:56 -0800
commit45b33b463c8acc2c0ff37e209387d6b664576cc4 (patch)
treeed9b8d21930c29c15ca4f5ba166f7a5105b489af /list.h
parent623a620bde1988e105b2fe814a3158da0e7b863c (diff)
Sort contents of encodings.dir
Allows easier comparison between builds to detect changes. Helps reduce deltas in packaging systems that compare old & new versions. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'list.h')
-rw-r--r--list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/list.h b/list.h
index 4e4bb27..463933d 100644
--- a/list.h
+++ b/list.h
@@ -39,6 +39,7 @@ int listLength(ListPtr list);
ListPtr appendList(ListPtr first, ListPtr second);
ListPtr makeList(char **a, int n, ListPtr old, int begin);
ListPtr reverseList(ListPtr old);
+ListPtr sortList(ListPtr old);
void destroyList(ListPtr old);
void deepDestroyList(ListPtr old);