Added ITEM_USING_ALT_BASIS.

This commit is contained in:
Wayne Davison
2005-02-22 21:43:54 +00:00
parent 6258626751
commit 5b1c1eefda

View File

@@ -145,6 +145,7 @@
#define ITEM_REPORT_OWNER (1<<5)
#define ITEM_REPORT_GROUP (1<<6)
#define ITEM_IS_NEW (1<<7)
#define ITEM_USING_ALT_BASIS (1<<8)
#define ITEM_MISSING_DATA (1<<16) /* these are outside the transmitted flags */
#define ITEM_DELETED (1<<17)