]> git.pond.sub.org Git - empserver/blobdiff - include/news.h
Record news more compactly
[empserver] / include / news.h
index 54d7ef9f09b3f5cbf60d415ae983e32a0cb35eba..b6853a99e286a5b92485e6d3b972b729fc7932dc 100644 (file)
 #include "nsc.h"
 
 struct nwsstr {
-    /* initial part must match struct empobj */
-    short ef_type;
-    short nws_uid;
-    unsigned nws_seqno;
-    time_t nws_timestamp;
-    /* end of part matching struct empobj */
     natid nws_ano;             /* "actor" country # */
     unsigned char nws_vrb;     /* action (verb) */
     natid nws_vno;             /* "victim" country # */