~ubuntu-branches/ubuntu/dapper/lasso/dapper

« back to all changes in this revision

Viewing changes to lasso/xml/disco_modify_response.c

  • Committer: Bazaar Package Importer
  • Author(s): Loic Pefferkorn
  • Date: 2005-11-25 19:20:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051125192059-m4894lhpynmkrmwr
Tags: 0.6.3-4ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: disco_modify_response.c,v 1.8 2005/01/22 15:57:55 eraviart Exp $ 
 
1
/* $Id: disco_modify_response.c,v 1.9 2005/07/30 22:36:53 fpeters Exp $ 
2
2
 *
3
3
 * Lasso - A free implementation of the Liberty Alliance specifications.
4
4
 *
86
86
        xmlNs *ns;
87
87
 
88
88
        xmlnode = parent_class->get_xmlNode(node, lasso_dump);
89
 
        ns = xmlNewNs(xmlnode, LASSO_DISCO_HREF, LASSO_DISCO_PREFIX);
 
89
        ns = xmlNewNs(xmlnode, (xmlChar*)LASSO_DISCO_HREF, (xmlChar*)LASSO_DISCO_PREFIX);
90
90
        insure_namespace(xmlnode, ns);
91
91
 
92
92
        return xmlnode;