]> mj.ucw.cz Git - libucw.git/commitdiff
Sync after disk crash. Main now includes zajicek's interface, lib now
authorPavel Machek <pavel@ucw.cz>
Sat, 10 Jan 1998 20:57:21 +0000 (20:57 +0000)
committerPavel Machek <pavel@ucw.cz>
Sat, 10 Jan 1998 20:57:21 +0000 (20:57 +0000)
contains function to read config and never die.

lib/lib.h

index 2e1225f8dd30e379f50e9bce17b0f14cb85a5ed8..cc912dafde9c120f0931f0effc4ce3a844ca9a71 100644 (file)
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -46,6 +46,7 @@ struct cfitem {
 typedef byte *(*ci_func)(struct cfitem *, byte *);
 
 void cf_read(byte *, struct cfitem *);
+int cf_read_err(byte *, struct cfitem *); /* Read with possible error, 1 = succeeded */
 
 /* Logging */