]> mj.ucw.cz Git - libucw.git/blobdiff - lib/db.h
Modified verbose mode.
[libucw.git] / lib / db.h
index 886b8f4b314f577805ec4a19b12a68fccdee8953..cd24b90831cb9f5eda80d6a6ef8b5d59130e004e 100644 (file)
--- a/lib/db.h
+++ b/lib/db.h
@@ -41,5 +41,6 @@ void sdbm_sync(struct sdbm *);
 #define SDBM_ERROR_BAD_VAL_SIZE -2     /* Fixed value size doesn't match */
 #define SDBM_ERROR_TOO_LARGE   -3      /* Key/value doesn't fit in buffer supplied */
 #define SDBM_ERROR_READ_ONLY   -4      /* Database has been opened read only */
+#define SDBM_ERROR_GIANT       -5      /* Key/value too large to fit in a page */
 
 #endif