rework hook list stuff again, and replace macros with real functins. We loose type safety but things are much cleaner now

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1234 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-08-13 01:43:34 +00:00
parent 2622b0ca9e
commit 281125c727
4 changed files with 150 additions and 97 deletions

View file

@ -585,7 +585,8 @@ libpulsecore_la_SOURCES += \
pulsecore/strbuf.c pulsecore/strbuf.h \
pulsecore/tokenizer.c pulsecore/tokenizer.h \
pulsecore/winsock.h \
pulsecore/core-error.c pulsecore/core-error.h
pulsecore/core-error.c pulsecore/core-error.h \
pulsecore/hook-list.c pulsecore/hook-list.h
if OS_IS_WIN32
libpulsecore_la_SOURCES += \