summaryrefslogtreecommitdiffstats
path: root/lasso/xml/dst_modify.h
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-24 12:07:31 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-24 12:07:31 +0000
commit56c32de385570d948407a6a32990cf291465a916 (patch)
treec5a9d90f55639e47f8993b109c31a61c13f653cf /lasso/xml/dst_modify.h
parent37b04beafb0917021c1fd62283d9c804d12db390 (diff)
downloadlasso-56c32de385570d948407a6a32990cf291465a916.tar.gz
lasso-56c32de385570d948407a6a32990cf291465a916.tar.xz
lasso-56c32de385570d948407a6a32990cf291465a916.zip
added lib:Extension support to dst classes.
Diffstat (limited to 'lasso/xml/dst_modify.h')
-rw-r--r--lasso/xml/dst_modify.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lasso/xml/dst_modify.h b/lasso/xml/dst_modify.h
index 689cfddc..f46f6bde 100644
--- a/lasso/xml/dst_modify.h
+++ b/lasso/xml/dst_modify.h
@@ -51,10 +51,11 @@ typedef struct _LassoDstModifyClass LassoDstModifyClass;
struct _LassoDstModify {
LassoNode parent;
+ /*< public >*/
LassoDiscoResourceID *ResourceID;
LassoDiscoEncryptedResourceID *EncryptedResourceID;
GList *Modification;
- /* FIXME : implement Extension element */
+ xmlNode *Extension;
char *id;
char *itemID;