]> mj.ucw.cz Git - libucw.git/commitdiff
META and decoders
authorMartin Mares <mj@ucw.cz>
Wed, 16 Apr 1997 07:40:17 +0000 (07:40 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 16 Apr 1997 07:40:17 +0000 (07:40 +0000)
lib/lib.h

index c4698ec0b5137883f8160a30ee02c2eb9049e6de..2f27ffe43d0c7085479144e783498889c4fe2f53 100644 (file)
--- 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 */