From 74251446f84f8c03b425e26312d08d6251ed0b8a Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 31 May 2021 05:12:47 +0300 Subject: [PATCH 39/39] Add function header for i_am_tool() See osdn #42330 Signed-off-by: Marko Lindqvist --- common/game.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/game.h b/common/game.h index 7eb3c908d0..236ab5851c 100644 --- a/common/game.h +++ b/common/game.h @@ -302,6 +302,9 @@ static inline bool is_server(void) void i_am_server(void); void i_am_client(void); +/************************************************************************** + Set program type to tool. +**************************************************************************/ static inline void i_am_tool(void) { i_am_server(); /* No difference between a tool and server at the moment */ -- 2.30.2