]> git.meshlink.io Git - catta/commit
* implement ini file parser
authorLennart Poettering <lennart@poettering.net>
Mon, 15 Aug 2005 02:42:59 +0000 (02:42 +0000)
committerLennart Poettering <lennart@poettering.net>
Mon, 15 Aug 2005 02:42:59 +0000 (02:42 +0000)
commitdeb6bcac8d1e1ecec4aafaee2d27dbe467e4f461
tree4c09185727a6b81fba305ade5e22b84cc7142976
parente240bf98f07316031f632330d89400aa0dea2fbf
* implement ini file parser
* strip glib usage from avahi-daemon
* make dbus-watch-glue a static library so that both avahi-client and avahi-daemon can make use of it

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@327 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
21 files changed:
avahi-client/Makefile.am
avahi-client/browser.c
avahi-client/client.c
avahi-client/dbus-watch-glue.c [deleted file]
avahi-client/dbus-watch-glue.h [deleted file]
avahi-common/Makefile.am
avahi-common/dbus-watch-glue.c [new file with mode: 0644]
avahi-common/dbus-watch-glue.h [new file with mode: 0644]
avahi-common/malloc.h
avahi-common/simple-watch.c
avahi-daemon/Makefile.am
avahi-daemon/dbus-protocol.c
avahi-daemon/dbus-protocol.h
avahi-daemon/ini-file-parser-test.c [new file with mode: 0644]
avahi-daemon/ini-file-parser.c [new file with mode: 0644]
avahi-daemon/ini-file-parser.h [new file with mode: 0644]
avahi-daemon/main.c
avahi-daemon/simple-protocol.c
avahi-daemon/simple-protocol.h
avahi-daemon/static-services.c
configure.ac