Replaced simple iterator usages.

This commit is contained in:
Tobias Brunner
2011-07-06 09:43:45 +02:00
parent 28623fc538
commit e26304348c
17 changed files with 196 additions and 196 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ struct storage_t {
int (*login)(storage_t *this, char *username, char *password);
/**
* Create an iterator over the gateways.
* Create an enumerator over the gateways.
*
* enumerate() arguments: int id, char *name, int port, char *address
* If port is 0, address is a Unix socket address.