aboutsummaryrefslogtreecommitdiff
path: root/src/util/gnunet-helper-w32-console.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/gnunet-helper-w32-console.h')
-rw-r--r--src/util/gnunet-helper-w32-console.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/util/gnunet-helper-w32-console.h b/src/util/gnunet-helper-w32-console.h
index eaa9019a5..6af357cb7 100644
--- a/src/util/gnunet-helper-w32-console.h
+++ b/src/util/gnunet-helper-w32-console.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 LRN 22 * @author LRN
@@ -44,8 +44,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
44/** 44/**
45 * This is just a dump of the INPUT_RECORD structure. 45 * This is just a dump of the INPUT_RECORD structure.
46 */ 46 */
47struct GNUNET_W32_CONSOLE_input 47struct GNUNET_W32_CONSOLE_input {
48{
49 /** 48 /**
50 * Type: GNUNET_MESSAGE_TYPE_W32_CONSOLE_HELPER_INPUT 49 * Type: GNUNET_MESSAGE_TYPE_W32_CONSOLE_HELPER_INPUT
51 */ 50 */
@@ -57,8 +56,7 @@ struct GNUNET_W32_CONSOLE_input
57/** 56/**
58 * A header, followed by UTF8-encoded, 0-terminated string 57 * A header, followed by UTF8-encoded, 0-terminated string
59 */ 58 */
60struct GNUNET_W32_CONSOLE_chars 59struct GNUNET_W32_CONSOLE_chars {
61{
62 /** 60 /**
63 * Type: GNUNET_MESSAGE_TYPE_W32_CONSOLE_HELPER_CHARS 61 * Type: GNUNET_MESSAGE_TYPE_W32_CONSOLE_HELPER_CHARS
64 */ 62 */