]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ringbuffer.c
Rename acl functions.
[paraslash.git] / ringbuffer.c
index 17ea425ad0e6817deb8778ee97412c24a1a54567..1c62e7f3e96fd12de969d11143809142ec31b737 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2007 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
  *
  * 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