X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fconf-internal.h;h=3760d0e5be2265b52efe4a4059b0a7dd3eee2468;hb=b6a5054473b03660664647866d41601431e83b07;hp=b31fc8c15dedf8ffec256ae9c6a19a11adc7d570;hpb=2bd378bf061bd9949b0123500df42b5b8a97ad8d;p=libucw.git diff --git a/lib/conf-internal.h b/lib/conf-internal.h index b31fc8c1..3760d0e5 100644 --- a/lib/conf-internal.h +++ b/lib/conf-internal.h @@ -20,7 +20,6 @@ enum cf_operation; extern byte *cf_op_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);