]> git.ipfire.org Git - thirdparty/coreutils.git/commit
sort: make struct heap private
authorPaul R. Eggert <eggert@cs.ucla.edu>
Mon, 26 Jul 2010 04:18:14 +0000 (21:18 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 26 Jul 2010 04:18:35 +0000 (21:18 -0700)
commit074566823ec313ad350e658c6765349d2ceef881
tree687100bd9149c7939ce829c98d9b57a604b0548f
parentde949fc12dffef87e381a821c18887e4efdd1b00
sort: make struct heap private

* gl/lib/heap.c (struct heap): Move this here...
* gl/lib/heap.h (struct heap): ... from here, as outside code no
longer needs to access any of these members.
gl/lib/heap.c
gl/lib/heap.h