]> git.tdb.fi Git - ext/subsurface.git/commit
Split up dive data structure declarations into 'dive.h'
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 31 Aug 2011 01:23:59 +0000 (18:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 31 Aug 2011 01:23:59 +0000 (18:23 -0700)
commitf3a338a9af53f31f9a72de021950cbe725a6782f
tree6ae4bd510a660871c5d13b24f84e89cbe3eb1a17
parent17fcb3d32d6353bfcbf83a98bd8255727b055259
Split up dive data structure declarations into 'dive.h'

The dive parser should eventually be just a part of the program, not the
whole thing. So start preparing for that.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Makefile
dive.h [new file with mode: 0644]
parse.c