Replace id table by hash table.
[adu.git] / error.h
diff --git a/error.h b/error.h
index 8603291cebc6768dc198f7d2a7a5d718c620bf94..1067e7ff8b656ad5304238a6b3e1b3a370b1e7f7 100644 (file)
--- a/error.h
+++ b/error.h
@@ -91,7 +91,9 @@ static inline char *error_txt(int num)
        _ERROR(EMPTY, "file empty") \
        _ERROR(MMAP, "mmap error") \
        _ERROR(SYNTAX, "syntax error") \
-       _ERROR(LOOP_COMPLETE, "loop complete")
+       _ERROR(LOOP_COMPLETE, "loop complete") \
+       _ERROR(HASH_TABLE_OVERFLOW, "hash table too small") \
+       _ERROR(BAD_UID, "uid not found in hash table")
 
 
 /**