]> git.pond.sub.org Git - empserver/blobdiff - include/commodity.h
Extend the common header of struct empobj to include uid
[empserver] / include / commodity.h
index 41573303bf1eec32880258ca9ed7b3636f22de79..46a038eb8c96f3b111abb9be244d56954c3cfe46 100644 (file)
@@ -43,8 +43,8 @@
 struct comstr {
     /* initial part must match struct empobj */
     short ef_type;
-    natid com_owner;
     short com_uid;
+    natid com_owner;
     /* end of part matching struct empobj */
     i_type com_type;
     int com_amount;