summaryrefslogtreecommitdiffstats
path: root/polyp/core.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-05 00:03:16 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-05 00:03:16 +0000
commit6c4fd620408b3f14a1d4164d58db70df7a252674 (patch)
tree3767a0fb76a3941267f9b6980075149dc31cb6bc /polyp/core.h
parent57e473b61cf373f8d9befb03d359b999eca4262b (diff)
implement proper logging
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@179 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/core.h')
-rw-r--r--polyp/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/polyp/core.h b/polyp/core.h
index 513d8172..ca37507c 100644
--- a/polyp/core.h
+++ b/polyp/core.h
@@ -51,7 +51,6 @@ struct pa_core {
int quit_after_last_client_time;
struct pa_time_event *quit_event;
-
};
struct pa_core* pa_core_new(struct pa_mainloop_api *m);