Code

This commit consist of two changes:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>
Sat, 15 Mar 2008 04:51:45 +0000 (04:51 +0000)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>
Sat, 15 Mar 2008 04:51:45 +0000 (04:51 +0000)
commit6004d95868fcd9badbc0f026980a4a3597eb22db
treebe1a47aeb9e08632f74bc7bd155504b0221367e2
parent118e57b78972c4fbbcd4f45d84af546d7346141d
This commit consist of two changes:
1. Make np_get_defaults return a linked list instead of a string. It will then be easy to convert the linked list back to an argument array.
2. Fix tests 3-4 of test_ini.c.

A test_ini.t was added too. parse_ini and test_ini aren't included yet in the build makefiles.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1945 f882894a-f735-0410-b71e-b25c423dba1c
lib/parse_ini.c
lib/parse_ini.h
lib/tests/test_ini.c
lib/tests/test_ini.t [new file with mode: 0755]