tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

addrs-bsd.h (401B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
      3 * You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 #ifndef STUN_IFADDRS_BSD_H_
      6 #define STUN_IFADDRS_BSD_H_
      7 
      8 #include "local_addr.h"
      9 
     10 int stun_getaddrs_filtered(nr_local_addr addrs[], int maxaddrs, int *count);
     11 
     12 #endif  /* STUN_IFADDRS_BSD_H_ */