first merge of NATT code

This commit is contained in:
Martin Willi
2006-06-22 06:36:28 +00:00
parent 6bf1352032
commit 1396815afb
46 changed files with 2973 additions and 772 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ struct iterator_t {
* @param this calling object
* @param[out] value item
* @return
* - TRUE, if more elements are avaiable,
* - TRUE, if there was an element available,
* - FALSE otherwise
*/
bool (*iterate) (iterator_t *this, void** value);
@@ -72,7 +72,7 @@ struct iterator_t {
*
* @param this calling object
* @return
* - TRUE, if more elements are avaiable,
* - TRUE, if more elements are available,
* - FALSE otherwise
*/
bool (*has_next) (iterator_t *this);