cleanup: Constify the first cursor parameter to hed_file_insert_begin
commitb7e2d39ab3d13e98a03a827f3b03b48c60cb9c1d
authorPetr Tesarik <petr@tesarici.cz>
Tue, 25 Sep 2012 23:22:14 +0000 (26 01:22 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Tue, 25 Sep 2012 23:22:14 +0000 (26 01:22 +0200)
tree8158e99c717d7e768a981f0883f196c660a06534
parent688d05a8125378d022e87c0c6674b8f10cb840de
cleanup: Constify the first cursor parameter to hed_file_insert_begin

The starting position is in fact not modified by this function.

And while touching this code already, rename the data types and
parameters to match the libhed public names.
libhed/file.c
libhed/file.h