X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fconf-internal.h;h=aeb44721702d860766c55f94de4fa68f7627b708;hb=62eda8640605c19ecd817e274e75717022349732;hp=3760d0e5be2265b52efe4a4059b0a7dd3eee2468;hpb=894ab13170a1f14ec1920976c531fe02ffb5a2ab;p=libucw.git diff --git a/lib/conf-internal.h b/lib/conf-internal.h index 3760d0e5..aeb44721 100644 --- a/lib/conf-internal.h +++ b/lib/conf-internal.h @@ -18,6 +18,7 @@ #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_line(byte *name, enum cf_operation op, int number, byte **pars);