externalizing secushare logic
[oweals/gnunet.git] / src / include / gnunet_transport_hello_service.h
index a21358a9cb34f591c0335646cd07f7c5c3f02255..d568c621ee3a1f759852c5d163348f99b99891a4 100644 (file)
@@ -14,6 +14,8 @@
     
      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
 */
 
 /**
@@ -166,7 +168,7 @@ typedef void
 (*GNUNET_TRANSPORT_AddressCallback) (void *cls,
                                      const struct GNUNET_PeerIdentity *peer,
                                      const char *address,
-                                     enum GNUNET_ATS_Network_Type nt,
+                                     enum GNUNET_NetworkType nt,
                                      struct GNUNET_TIME_Absolute expiration);