Make hed_expr_len and hed_expr_flags inline
commit04c43e483e5e63899d59ccd0b5718d25a5b4b133
authorPetr Tesarik <petr@tesarici.cz>
Thu, 20 Sep 2012 10:51:06 +0000 (20 12:51 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Thu, 20 Sep 2012 10:51:06 +0000 (20 12:51 +0200)
tree636de98465b6510347a1ca1ac02acf9f402b556e
parent7ae842325ed27917d9de0b08d6aae27a316229e3
Make hed_expr_len and hed_expr_flags inline

To do this, struct hed_expr must be exposed to the public, but that's
consistent with other objects. In other words, we rely on the libhed
users to use methods instead of meddling with private fields, and we
have been doing that ever since we exposed struct file.
libhed/expr.c
libhed/expr.h