]> git.tdb.fi Git - ext/subsurface.git/commit
Avoid using type 'gasmix_t': use 'struct gasmix' instead
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 12 Sep 2011 16:47:55 +0000 (09:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 12 Sep 2011 16:47:55 +0000 (09:47 -0700)
commitafffcdbc0d6402e3dfee421f86938b98e12fb550
tree79eeb629b241edf558059d94e87455ee37b5c425
parent9cb60c910681b0fb3c04d22c77bcf9c2754bfa7f
Avoid using type 'gasmix_t': use 'struct gasmix' instead

libdivecomputer already uses 'gasmix_t' for its own gasmix thing.  I
don't like th eway we step on each others name spaces, but hey, might as
well just use 'struct gasmix' and avoid the typedef.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
dive.c
dive.h
parse-xml.c