X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fconf-internal.h;h=aeb44721702d860766c55f94de4fa68f7627b708;hb=beb9738f1fbcba84bc0f09f742fb66b1ddfcf349;hp=3760d0e5be2265b52efe4a4059b0a7dd3eee2468;hpb=f75929b7be0ed85dd3948f58000fccbb66d75501;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);