engine: reject stale dictionary results

This commit is contained in:
2026-08-14 18:43:12 +09:00
parent 76af1a022f
commit 9a3a92170e
7 changed files with 83 additions and 1 deletions

2
dat.h
View File

@@ -172,6 +172,7 @@ struct Dictreq
Str key;
Str pre;
int lang;
u32int seq;
};
typedef struct Dictres Dictres;
@@ -181,6 +182,7 @@ struct Dictres
Str kouho[Maxkouho];
int nkouho;
int lang;
u32int seq;
};
extern Lang langs[];