lib.c: Remove redundant format attributes.
[dvdrip] / lib.h
diff --git a/lib.h b/lib.h
index 1f08848..c3ed607 100644 (file)
--- a/lib.h
+++ b/lib.h
@@ -72,6 +72,12 @@ extern PRINTF_LIKE(2, 3) NORETURN
 
 extern void sit(double t);
 
+extern void carefully_write(int fd, const void *buf, size_t sz);
+extern void open_file_on_demand(const char *file, FILE **fp_inout,
+                               const char *what);
+extern void check_write(FILE *fp, const char *what);
+extern void carefully_fclose(FILE *fp, const char *what);
+
 enum { RAW, IFO, VOB, BUP };
 typedef uint_least32_t ident;