]> git.meshlink.io Git - meshlink/blobdiff - src/meshlink.h
Update the C++ header file.
[meshlink] / src / meshlink.h
index 26c7edb575953aa0fe010d78024fa4accb4b7e2e..7e82cb0dfcc508bd1ed78a145a60cd4220327eb4 100644 (file)
@@ -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.