]> git.pond.sub.org Git - empserver/blobdiff - include/loan.h
Extend the common header of struct empobj to include uid
[empserver] / include / loan.h
index 21c60b13b58c119601040911fa406385a5d70cb5..f2ec2c082fd8be06ec71a0dc7e388dc278bcbe75 100644 (file)
 #define SECS_PER_DAY   (60*60*24)
 
 struct lonstr {
+    /* initial part must match struct empobj */
     short ef_type;
-    natid l_loner;             /* loan shark */
     short l_uid;
+    /* end of part matching struct empobj */
+    natid l_loner;             /* loan shark */
     natid l_lonee;             /* sucker */
     signed char l_status;      /* loan status */
     short l_sell;              /* pointer to trade file (unused) */