X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fconf-internal.h;h=aeb44721702d860766c55f94de4fa68f7627b708;hb=7b52ebbcc1ef1faaeb666bf42d72604b6e84f84a;hp=b31fc8c15dedf8ffec256ae9c6a19a11adc7d570;hpb=2bd378bf061bd9949b0123500df42b5b8a97ad8d;p=libucw.git diff --git a/lib/conf-internal.h b/lib/conf-internal.h index b31fc8c1..aeb44721 100644 --- a/lib/conf-internal.h +++ b/lib/conf-internal.h @@ -18,9 +18,9 @@ #define OP_2ND 0x400 // in the 2nd phase real data are entered enum cf_operation; extern byte *cf_op_names[]; +extern byte *cf_type_names[]; uns cf_type_size(enum cf_type type, struct cf_user_type *utype); -byte *cf_interpret_clear(struct cf_item *item, void *ptr); byte *cf_interpret_line(byte *name, enum cf_operation op, int number, byte **pars); void cf_init_stack(void); int cf_check_stack(void);