aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/block_dns.h')
-rw-r--r--src/include/block_dns.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/include/block_dns.h b/src/include/block_dns.h
index 399b34962..2e94e8c02 100644
--- a/src/include/block_dns.h
+++ b/src/include/block_dns.h
@@ -11,12 +11,12 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20 20
21/** 21/**
22 * @author Christian Grothoff 22 * @author Christian Grothoff
@@ -37,8 +37,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
37/** 37/**
38 * This is the structure describing an DNS exit service. 38 * This is the structure describing an DNS exit service.
39 */ 39 */
40struct GNUNET_DNS_Advertisement 40struct GNUNET_DNS_Advertisement {
41{
42 /** 41 /**
43 * Signature of the peer affirming that it is offering the service. 42 * Signature of the peer affirming that it is offering the service.
44 */ 43 */
@@ -59,7 +58,6 @@ struct GNUNET_DNS_Advertisement
59 * The peer providing this service 58 * The peer providing this service
60 */ 59 */
61 struct GNUNET_PeerIdentity peer; 60 struct GNUNET_PeerIdentity peer;
62
63}; 61};
64GNUNET_NETWORK_STRUCT_END 62GNUNET_NETWORK_STRUCT_END
65 63