]> git.pond.sub.org Git - empserver/blobdiff - include/trade.h
Document tables EF_COMM, EF_TRADE and EF_COUNTRY have an owner
[empserver] / include / trade.h
index da1b5a8e2367baf65b476d309295e0ea1ec8b00e..45b4dfe0bb1fb9b3e7e78342bd00223e5b55d0b7 100644 (file)
 #include "types.h"
 
 struct trdstr {
+    /* initial part must match struct empobj */
     short ef_type;
     natid trd_owner;
     short trd_uid;
+    /* end of part matching struct empobj */
     short trd_type;
     short trd_unitid;
     long trd_price;