From: Pavel Machek Date: Sat, 10 Jan 1998 20:57:21 +0000 (+0000) Subject: Sync after disk crash. Main now includes zajicek's interface, lib now X-Git-Tag: holmes-import~1680 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ef265dfca5207b4608c62649d7f861adbc60f189;p=libucw.git Sync after disk crash. Main now includes zajicek's interface, lib now contains function to read config and never die. --- diff --git a/lib/lib.h b/lib/lib.h index 2e1225f8..cc912daf 100644 --- 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 */