]> git.pond.sub.org Git - empserver/blobdiff - include/trade.h
Extend the common header of struct empobj to include uid
[empserver] / include / trade.h
index 45b4dfe0bb1fb9b3e7e78342bd00223e5b55d0b7..8db1e6fe9477f61e6a367db304adbee0c77ae4fe 100644 (file)
@@ -43,8 +43,8 @@
 struct trdstr {
     /* initial part must match struct empobj */
     short ef_type;
-    natid trd_owner;
     short trd_uid;
+    natid trd_owner;
     /* end of part matching struct empobj */
     short trd_type;
     short trd_unitid;