REST/NAMESTORE: rework API
[oweals/gnunet.git] / src / transport / plugin_transport_http_common.h
index ac62f6ee484ed2041e5dd2262e6109d205fb8baf..0410be8e9a477678dc36252666c3d0caed184c12 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
 */
 /**
  * @file transport/plugin_transport_http_common.c
@@ -253,7 +255,7 @@ http_common_cmp_addresses (const void *addr1,
  * @param address the address
  * @return the network type
  */
-enum GNUNET_ATS_Network_Type
+enum GNUNET_NetworkType
 http_common_get_network_for_address (struct GNUNET_TRANSPORT_PluginEnvironment *env,
                                      const struct GNUNET_HELLO_Address *address);