cleanup of generator code

This commit is contained in:
Martin Willi
2009-05-18 14:06:48 +02:00
parent 79a2afedd5
commit 3f7611c59d
2 changed files with 187 additions and 217 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2006 Martin Willi
* Copyright (C) 2005-2009 Martin Willi
* Copyright (C) 2005 Jan Hutter
* Hochschule fuer Technik Rapperswil
*
@@ -65,10 +65,10 @@ struct generator_t {
/**
* Writes all generated data of the generator to a chunk.
*
* @param data chunk to write the data to
* @param data chunk to write the data to
*/
void (*write_to_chunk) (generator_t *this,chunk_t *data);
/**
* Destroys a generator_t object.
*/