]> mj.ucw.cz Git - libucw.git/blobdiff - lib/conf-internal.h
Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / lib / conf-internal.h
index b31fc8c15dedf8ffec256ae9c6a19a11adc7d570..aeb44721702d860766c55f94de4fa68f7627b708 100644 (file)
@@ -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);