diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-09-06 22:33:04 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-09-06 22:33:04 +0200 |
commit | e6a666d8d5fffbc9847b51b35349b88d74970079 (patch) | |
tree | d5e203bbf45ef828b896bb2700f6432b8cee225b /src/pulse/context.h | |
parent | 812be327836c93492ad389333bcc037566141eb8 (diff) |
libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicable
Diffstat (limited to 'src/pulse/context.h')
-rw-r--r-- | src/pulse/context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pulse/context.h b/src/pulse/context.h index cd129313e..670b23e8f 100644 --- a/src/pulse/context.h +++ b/src/pulse/context.h @@ -267,7 +267,6 @@ pa_time_event* pa_context_rttime_new(pa_context *c, pa_usec_t usec, pa_time_even for mainloop->time_restart). \since 0.9.16 */ void pa_context_rttime_restart(pa_context *c, pa_time_event *e, pa_usec_t usec); - PA_C_DECL_END #endif |