X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Flib.h;h=70b2e3661788be4d62360aa94fa480a68c14ca9a;hb=af73897286e5feff4d60f182c26b719d544b142d;hp=cc912dafde9c120f0931f0effc4ce3a844ca9a71;hpb=ef265dfca5207b4608c62649d7f861adbc60f189;p=libucw.git diff --git a/lib/lib.h b/lib/lib.h index cc912daf..70b2e366 100644 --- 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 *);