X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ringbuffer.c;h=1c62e7f3e96fd12de969d11143809142ec31b737;hp=17ea425ad0e6817deb8778ee97412c24a1a54567;hb=d1f8e90ef5f123b11c58a143e8a786d9623ac4d7;hpb=434b32087a9e2d54ca88072ca798a703a2ff629f diff --git a/ringbuffer.c b/ringbuffer.c index 17ea425a..1c62e7f3 100644 --- a/ringbuffer.c +++ b/ringbuffer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2007 Andre Noll + * Copyright (C) 2006-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -52,8 +52,8 @@ void *ringbuffer_new(unsigned size) /** * Add one entry to a ringbuffer. * - * \param Cookie the ringbuffer identifier. - * \param Data the data to be inserted. + * \param cookie The ringbuffer identifier. + * \param data The data to be inserted. * * Insert \a data into the ringbuffer associated with \a cookie. As soon as * the ringbuffer fills up, its oldest entry is disregarded and replaced by \a