diff --git a/Makefile.am b/Makefile.am index fc49acee..1e6b695e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -212,7 +212,7 @@ src_iwd_SOURCES = src/main.c linux/nl80211.h src/iwd.h src/missing.h \ src/anqputil.h src/anqputil.c \ src/netconfig.h src/netconfig.c\ src/resolve.h src/resolve.c\ - src/hotspot.h src/hotspot.c \ + src/hotspot.c \ src/p2putil.h src/p2putil.c \ src/module.c \ $(eap_sources) \ diff --git a/src/hotspot.h b/src/hotspot.h deleted file mode 100644 index 070d0bff..00000000 --- a/src/hotspot.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * - * Wireless daemon for Linux - * - * Copyright (C) 2019 Intel Corporation. All rights reserved. - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * - */ - -struct network; - -const uint8_t *hs20_get_roaming_consortium(struct network *network, - size_t *len);