Implement --output.
[adu.git] / error.h
diff --git a/error.h b/error.h
index 7c3f4aada972651ec60c9a862b609b12b842a7c6..895f9f89bdc68d0a1242afc237fe930fc3db1786 100644 (file)
--- a/error.h
+++ b/error.h
@@ -25,6 +25,7 @@
        _ERROR(MMAP, "mmap error") \
        _ERROR(OSL, "osl error") \
        _ERROR(SIGNAL_SIG_ERR, "signal() returned SIG_ERR") \
+       _ERROR(OUTPUT, "error writing output file") \
 
 
 /**