summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-07-13 17:33:44 +0000
committerLennart Poettering <lennart@poettering.net>2006-07-13 17:33:44 +0000
commit76f93a07f9d683c3484ff3a71857fe30bedcfd46 (patch)
tree84c3bef20b7ed8b2998806e0db3b25c00ddd744a /src/pulsecore
parent3a816205ffde85bcf06c9ff55febc1ba69ce8de9 (diff)
* port libpulse-browse to use the native avahi API instead of the HOWL cruft
* add new function pa_browser_set_error_callback() * add doxygen docs to browser.h git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1069 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore')
-rw-r--r--src/pulsecore/avahi-wrap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pulsecore/avahi-wrap.h b/src/pulsecore/avahi-wrap.h
index 97da11eb..d868fed4 100644
--- a/src/pulsecore/avahi-wrap.h
+++ b/src/pulsecore/avahi-wrap.h
@@ -29,5 +29,4 @@
AvahiPoll* pa_avahi_poll_new(pa_mainloop_api *api);
void pa_avahi_poll_free(AvahiPoll *p);
-
#endif