Cosmetics.
[paraslash.git] / osl.h
diff --git a/osl.h b/osl.h
index cb3194bea087dd95600e9e5b947435d2e8c186c5..06fe669e1f947fe18843e14725f20726da4be56d 100644 (file)
--- a/osl.h
+++ b/osl.h
@@ -58,7 +58,9 @@ enum osl_storage_flags {
        /** The data for this column will have constant size. */
        OSL_FIXED_SIZE = 2,
        /** All values of this column will be different. */
        /** The data for this column will have constant size. */
        OSL_FIXED_SIZE = 2,
        /** All values of this column will be different. */
-       OSL_UNIQUE = 4
+       OSL_UNIQUE = 4,
+       /** Do not free the data for this column (\p OSL_NO_STORAGE). */
+       OSL_DONT_FREE = 8
 };
 
 struct osl_table;
 };
 
 struct osl_table;