diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-01-28 14:35:53 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-01-28 14:35:53 +0000 |
commit | c7a454923cadebed9fe9807a59a76785bd83fdcd (patch) | |
tree | 02f3f865a658f26021c142ac7ea9433c7c7fdbff /src/util/resolver_api.c | |
parent | 84f8bfaf8bddaaa743bfab82164d763c3973d0ba (diff) |
-code deduplication, doxygen fixes
Diffstat (limited to 'src/util/resolver_api.c')
-rw-r--r-- | src/util/resolver_api.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/util/resolver_api.c b/src/util/resolver_api.c index ea9d55d549..9d5ae6c0a9 100644 --- a/src/util/resolver_api.c +++ b/src/util/resolver_api.c @@ -272,8 +272,9 @@ GNUNET_RESOLVER_disconnect () /** * Convert IP address to string without DNS resolution. * - * @param sa the address - * @param salen number of bytes in sa + * @param af address family + * @param ip the address + * @param ip_len number of bytes in ip * @return address as a string, NULL on error */ static char * |