From b159832418dd6ac92229686e1ac6b23f0fe609cb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Oct 2008 10:49:16 +0200 Subject: notify: removed the "Notify" typedef Typedefs shouldn't be used, use the bare struct names instead. --- src/outputBuffer.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/outputBuffer.c') diff --git a/src/outputBuffer.c b/src/outputBuffer.c index 15ba1aa97..14ec6804e 100644 --- a/src/outputBuffer.c +++ b/src/outputBuffer.c @@ -17,12 +17,13 @@ */ #include "outputBuffer.h" - +#include "notify.h" #include "utils.h" struct output_buffer ob; -void ob_init(unsigned int size, Notify *notify) +void +ob_init(unsigned int size, struct notify *notify) { assert(size > 0); -- cgit v1.2.3