]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - vss.c
small documentation cleanup
[paraslash.git] / vss.c
diff --git a/vss.c b/vss.c
index 122476064154b1d587a2403eea61384567dcbb6b..1bb6ff86995c256c0f4230259dc0641a8899bd91 100644 (file)
--- a/vss.c
+++ b/vss.c
@@ -505,12 +505,10 @@ again:
 /**
  * read a chunk of data from the current audio file
  *
- * \param current_chunk the chunk number to read
- *
  * \return The length of the chunk on success, zero on end of file, negative on
  * errors.  Note: If the current chunk is of length zero, but the end of the
  * file is not yet reached, this function returns -E_EMPTY_CHUNK.
- * */
+ */
 ssize_t vss_read_chunk(void)
 {
        ssize_t len;
@@ -544,9 +542,6 @@ ssize_t vss_read_chunk(void)
  * the current audio format handler to obtain a pointer to the data to be
  * sent out as well as its length. This information is then passed to each
  * supported sender's send() function which does the actual sending.
- *
- * Return value: Positive return value on success, zero on eof and negative
- * on errors.
  */
 void vss_send_chunk(void)
 {