Functions to work with null delimited lists.
authorIain Patterson <me@iain.cx>
Fri, 22 Jul 2016 14:29:48 +0000 (15:29 +0100)
committerIain Patterson <me@iain.cx>
Thu, 28 Jul 2016 15:44:21 +0000 (16:44 +0100)
commitac8cdc8a64606b7027344c8fd4d5f7f9bc871e90
treea8e4c9a33f8b1e1fa3a78a019c70a8a4a1a72160
parentc0bb728456f962bdd9f90c30c999835d795d33e8
Functions to work with null delimited lists.

copy_double_null() duplicates a null delimited list.

append_to_double_null() adds an entry to a list, or replaces an entry
which matches a given substring of the new value.

remove_from_double_null() removes an entry from a list, possibly only if
it matches a given substring.
registry.cpp
registry.h