Separate out private fields of struct hed_file
commita57102166254341e619614f3c289e610c33a4c3d
authorPetr Tesarik <petr@tesarici.cz>
Tue, 16 Oct 2012 22:56:52 +0000 (17 00:56 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Tue, 16 Oct 2012 22:56:52 +0000 (17 00:56 +0200)
tree9ba420ce586fb16cd8533f9f0d5298a4fe6c1bf9
parent3efbd2a640e9cbf8844938b15395953a2c9b6c69
Separate out private fields of struct hed_file

Make a public version of the libhed file structure. The public struct
does not depend on configuration options, and does not contain
implementation details.
libhed/access.c
libhed/access.h
libhed/file.c
libhed/file.h
libhed/file_priv.h [new file with mode: 0644]