summaryrefslogtreecommitdiff
path: root/src/gns/gns_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gns_api.h')
-rw-r--r--src/gns/gns_api.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/gns/gns_api.h b/src/gns/gns_api.h
index 40fdbfacd..7e07f909f 100644
--- a/src/gns/gns_api.h
+++ b/src/gns/gns_api.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 * @file gns/gns_api.h 21 * @file gns/gns_api.h
22 * @brief shared data structures of libgnunetgns 22 * @brief shared data structures of libgnunetgns
@@ -32,9 +32,7 @@
32/** 32/**
33 * Connection to the GNS service. 33 * Connection to the GNS service.
34 */ 34 */
35struct GNUNET_GNS_Handle 35struct GNUNET_GNS_Handle {
36{
37
38 /** 36 /**
39 * Configuration to use. 37 * Configuration to use.
40 */ 38 */
@@ -69,7 +67,6 @@ struct GNUNET_GNS_Handle
69 * Request Id generator. Incremented by one for each request. 67 * Request Id generator. Incremented by one for each request.
70 */ 68 */
71 uint32_t r_id_gen; 69 uint32_t r_id_gen;
72
73}; 70};
74 71
75 72