From: Martin Mares Date: Wed, 16 Apr 1997 07:40:17 +0000 (+0000) Subject: META and decoders X-Git-Tag: holmes-import~1702 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f65b7809e9c9f83a2385f89227ab5ab2f6832540;p=libucw.git META and decoders --- diff --git a/lib/lib.h b/lib/lib.h index c4698ec0..2f27ffe4 100644 --- a/lib/lib.h +++ b/lib/lib.h @@ -23,6 +23,7 @@ ulg temprand(uns); #define TF_GENERIC "t" #define TF_QUEUE_CONTROL "c" #define TF_QUEUE_DATA "d" +#define TF_DECODE "x" /* Config Files */ @@ -100,6 +101,7 @@ byte *find_aval(struct odes *, uns); struct oattr *set_attr(struct odes *, uns, byte *); struct oattr *set_attr_num(struct odes *, uns, uns); struct oattr *add_attr(struct odes *, struct oattr *, uns, byte *); +struct oattr *prepend_attr(struct odes *, uns, byte *); /* oname.c */