aboutsummaryrefslogtreecommitdiff
path: root/src/auction/auction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auction/auction.h')
-rw-r--r--src/auction/auction.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/auction/auction.h b/src/auction/auction.h
index 74da53fdb..8324e1cb1 100644
--- a/src/auction/auction.h
+++ b/src/auction/auction.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 Markus Teich 22 * @author Markus Teich
@@ -34,8 +34,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
34/** 34/**
35 * Auction creation request sent from the client to the service 35 * Auction creation request sent from the client to the service
36 */ 36 */
37struct GNUNET_AUCTION_ClientCreateMessage 37struct GNUNET_AUCTION_ClientCreateMessage {
38{
39 /** 38 /**
40 * Type: GNUNET_MESSAGE_TYPE_AUCTION_CLIENT_CREATE 39 * Type: GNUNET_MESSAGE_TYPE_AUCTION_CLIENT_CREATE
41 */ 40 */