]> git.neil.brown.name Git - edlib.git/commit
Move parse_ini() into a separate include file.
authorNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 06:03:07 +0000 (16:03 +1000)
committerNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 07:51:41 +0000 (17:51 +1000)
commite1f5d37cf9712a021e77e13e6087f5568c583846
tree21debe492ccb78413fd60fbfdf85155b52421033
parent348c7e22e35e0053133c48a38a242fae2cbdf676
Move parse_ini() into a separate include file.

This makes it easy for it to be reused, or even take out into another
package.  Unlike the rest of edlib, it can be used under any popular
open source license.

Signed-off-by: NeilBrown <neil@brown.name>
Makefile
lib-config.c
parse-ini.h [new file with mode: 0644]