The static function zebra_map_read() now takes an additional boolean
authorMike Taylor <mike@indexdata.com>
Mon, 13 Mar 2006 17:40:28 +0000 (17:40 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 13 Mar 2006 17:40:28 +0000 (17:40 +0000)
commit6acd2e140d59433a002f2f1890cb4a6e25895c68
tree57dc92c3574b640f8ab9401ff997a0c094f5f4d2
parentc73cdef608e23dc827647fb5d3e69822f4614467
The static function zebra_map_read() now takes an additional boolean
argument indicating whether it should fail fatally if a
reqeusted file is absent.
zebra_map_read() now has a return value: 0 if OK, -1 on failure.
zebra_maps_open() now returns a null pointer on fatal error.
util/zebramap.c