Replaced simple iterator usages.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user