]> git.pond.sub.org Git - empserver/blobdiff - include/news.h
Extend the common header of struct empobj to include uid
[empserver] / include / news.h
index 888c78d416480bfcb5979e6e2f860e3e62a28c75..cc182a9109a14a72f7be77cc93d326b7f346166d 100644 (file)
 #include "nsc.h"
 
 struct nwsstr {
+    /* initial part must match struct empobj */
     short ef_type;
-    natid nws_ano;             /* "actor" country # */
     short nws_uid;             /* unused */
+    /* end of part matching struct empobj */
+    natid nws_ano;             /* "actor" country # */
     signed char nws_vrb;       /* action (verb) */
     natid nws_vno;             /* "victim" country # */
     signed char nws_ntm;       /* number of times */