REST/NAMESTORE: rework API
[oweals/gnunet.git] / src / transport / gnunet-service-transport.h
index 153c28f0dd455f679b3929ff5d04376d35b17338..4674690641b865abbf3ff531fb9bd4dd743c7387 100644 (file)
      WITHOUT ANY WARRANTY; without even the implied warranty of
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      Affero General Public License for more details.
+    
+     You should have received a copy of the GNU Affero General Public License
+     along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+     SPDX-License-Identifier: AGPL3.0-or-later
 */
 
 /**
@@ -66,7 +71,7 @@ extern struct GNUNET_ATS_ConnectivityHandle *GST_ats_connect;
 /**
  * Interface scanner determines our LAN address range(s).
  */
-extern struct GNUNET_ATS_InterfaceScanner *GST_is;
+extern struct GNUNET_NT_InterfaceScanner *GST_is;
 
 
 /**