]> git.tdb.fi Git - ext/subsurface.git/commit
Make 'struct DiveList' entirely internal to divelist.c
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 20 Sep 2011 17:06:24 +0000 (10:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 20 Sep 2011 17:06:24 +0000 (10:06 -0700)
commit9cf8d98711dff888f5bfa8efd52ca7b8cf8bfa07
tree0132709103048b69575cbc428eba6dd6f408000f
parenteee34232dbbd24b7b3db9e44672e240db2db50e9
Make 'struct DiveList' entirely internal to divelist.c

Passing it around is just annoying, and we only ever have one.  Let's
not burden all the users with the silly thing.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
divelist.c
divelist.h
equipment.c
libdivecomputer.c
main.c