]> mj.ucw.cz Git - libucw.git/blobdiff - lib/lib.h
Added "name" parameter to obj_fload in order to get better error reporting
[libucw.git] / lib / lib.h
index cc912dafde9c120f0931f0effc4ce3a844ca9a71..70b2e3661788be4d62360aa94fa480a68c14ca9a 100644 (file)
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -95,7 +95,7 @@ struct oattr {                                /* Object attribute */
 };
 
 void obj_dump(struct odes *);
-struct odes *obj_fload(FILE *);
+struct odes *obj_fload(FILE *, byte *);
 struct odes *obj_new(void);
 struct odes *obj_load(byte *);
 void obj_fwrite(FILE *, struct odes *);