From 0a501ae99d5a9930cee315bbf5d058d6f7e92140 Mon Sep 17 00:00:00 2001 From: ehouse Date: Thu, 20 Jan 2005 02:37:13 +0000 Subject: [PATCH] new constant so clients can extend set of warnings --- common/util.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/util.h b/common/util.h index e42702ede..fb0ba1f87 100644 --- a/common/util.h +++ b/common/util.h @@ -56,7 +56,9 @@ typedef enum { QUERY_COMMIT_TURN, /* 0 means cancel; 1 means commit */ QUERY_COMMIT_TRADE, QUERY_ROBOT_MOVE, - QUERY_ROBOT_TRADE + QUERY_ROBOT_TRADE, + + QUERY_LAST_COMMON } UtilQueryID; typedef enum {