catacomb-python.h, *.c: Move definitions back into implementation files.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 20 Oct 2019 14:56:54 +0000 (15:56 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 Nov 2019 17:43:08 +0000 (17:43 +0000)
commita22da88b9bb28d6061c43e2fcdcff3944b00eaa4
tree88b09e7a5eddcbc53353c898c1ee3e0e72104e06
parent8b8a48c248138498b8ad5191ff06248deb4289aa
catacomb-python.h, *.c: Move definitions back into implementation files.

The header was chock full of implementation details which weren't
needed by anything.  Move things which aren't needed further afield back
into their home files, and delete things like conversion functions which
aren't actually being used.

Also, some light reordering of the things that are left.

(This patch turns out to be remarkably commutative through the enormous
pile of changes coming up.)
catacomb-python.h