X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmeshlink.h;h=7e82cb0dfcc508bd1ed78a145a60cd4220327eb4;hb=c57467057e46be7a2df6534f205c5edc80c9384c;hp=26c7edb575953aa0fe010d78024fa4accb4b7e2e;hpb=0a02c50ca8c9d6e66629c0354d56517125411af7;p=meshlink diff --git a/src/meshlink.h b/src/meshlink.h index 26c7edb5..7e82cb0d 100644 --- a/src/meshlink.h +++ b/src/meshlink.h @@ -436,7 +436,6 @@ extern bool meshlink_add_address(meshlink_handle_t *mesh, const char *address); * there is no guarantee that the external address will be valid for an extended period of time. * * @param mesh A handle which represents an instance of MeshLink. - * @param address A nul-terminated C string containing the address, which can be either in numeric format or a hostname. * * @return This function returns a pointer to a C string containing the discovered external address, * or NULL if there was an error looking up the address.