User handling improvments.
[adu.git] / error.h
diff --git a/error.h b/error.h
index 895f9f89bdc68d0a1242afc237fe930fc3db1786..87d3fe2820ff16f80fcd0e6718344d7bd107bf4e 100644 (file)
--- a/error.h
+++ b/error.h
        _ERROR(MMAP, "mmap error") \
        _ERROR(OSL, "osl error") \
        _ERROR(SIGNAL_SIG_ERR, "signal() returned SIG_ERR") \
-       _ERROR(OUTPUT, "error writing output file") \
+       _ERROR(OUTPUT, "error writing output") \
+       _ERROR(MALFORMED_FORMAT, "malformed format string") \
+       _ERROR(BAD_ALIGN_SPEC, "bad alignment specifier") \
+       _ERROR(TRAILING_GARBAGE, "trailing garbage after specifier") \
+       _ERROR(UNIT, "no unit allowed here") \
+       _ERROR(BAD_UNIT, "invalid unit specifier") \
+       _ERROR(BAD_ATOM, "invalid atom") \
+       _ERROR(BAD_OUTPUT_ARG, "invalid name for output") \
 
 
 /**