* Renamed the "Extended message ID" field to "Exclusive message ID"
[citadel.git] / citadel / msgbase.h
index e201ac01366bb884d9af49bc657eda65421b5eb4..876b6e46d4b3e6c9368e9b2b38f2106e7d35cd5a 100644 (file)
@@ -46,7 +46,7 @@ struct ma_info {
 
 
 struct repl {                  /* Info for replication checking */
-       char extended_id[SIZ];
+       char exclusive_id[SIZ];
        time_t highest;
 };