From f65b7809e9c9f83a2385f89227ab5ab2f6832540 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 16 Apr 1997 07:40:17 +0000 Subject: [PATCH] META and decoders --- lib/lib.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.39.2