I've added the config file parsing to libunpluck, tested it under Solaris and Linux, and checked in the changes. This has resulted in two changes to the libunpluck API: plkr_OpenDBFile and plkr_OpenDoc no longer take an owner-id argument. Instead, this is resolved internally to libunpluck, using the "owner_id" config value in the .pluckerrc. I'm thinking that perhaps both calls should now take a "section-name" value, instead. Any comments?
There are also new API functions in libunpluck: plkr_GetConfigString plkr_GetConfigInt plkr_GetConfigFloat plkr_GetConfigBoolean I've updated tools/explode to work with these changes, as well. Bill
