X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcnet.h;h=756f160448cb10760dad1651617263c7eaf25a2d;hb=4d35af3be05cacf69ca4bd634973cdcd25118e98;hp=d6ef5c07bbd042213f5975eeeb38dff68c735c4c;hpb=e14cef8f772a6f73f05254ae220a3a83981ea753;p=silc.git diff --git a/lib/silcutil/silcnet.h b/lib/silcutil/silcnet.h index d6ef5c07..756f1604 100644 --- a/lib/silcutil/silcnet.h +++ b/lib/silcutil/silcnet.h @@ -32,5 +32,6 @@ int silc_net_set_socket_nonblock(int sock); int silc_net_set_socket_opt(int sock, int level, int option, int on); int silc_net_is_ip(const char *addr); void silc_net_check_host_by_sock(int sock, char **hostname, char **ip); +char *silc_net_localhost(); #endif