~ubuntu-branches/ubuntu/hardy/lasso/hardy

« back to all changes in this revision

Viewing changes to lasso/xml/disco_credentials.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_credentials.c,v 1.5 2005/01/22 15:57:55 eraviart Exp $ 
 
1
/* $Id: disco_credentials.c,v 1.6 2005/09/19 14:15:38 nclapies Exp $ 
2
2
 *
3
3
 * Lasso - A free implementation of the Liberty Alliance specifications.
4
4
 *
42
42
/*****************************************************************************/
43
43
 
44
44
static struct XmlSnippet schema_snippets[] = {
45
 
        { "any", SNIPPET_LIST_NODES, G_STRUCT_OFFSET(LassoDiscoCredentials, any) },
 
45
        { "", SNIPPET_LIST_NODES, G_STRUCT_OFFSET(LassoDiscoCredentials, any) },
46
46
        { NULL, 0, 0}
47
47
};
48
48