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

« back to all changes in this revision

Viewing changes to lasso/xml/xml.h

  • 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: xml.h,v 1.66 2005/02/21 14:28:52 fpeters Exp $ 
 
1
/* $Id: xml.h,v 1.67 2005/09/11 09:08:31 fpeters Exp $ 
2
2
 *
3
3
 * Lasso - A free implementation of the Liberty Alliance specifications.
4
4
 *
145
145
 
146
146
LASSO_EXPORT const char* lasso_strerror(int error_code);
147
147
 
 
148
LASSO_EXPORT void lasso_register_dst_service(const char *prefix, const char *href);
 
149
LASSO_EXPORT char* lasso_get_prefix_for_dst_service_href(const char *href);
 
150
 
 
151
 
148
152
#ifdef LASSO_INTERNALS
149
153
#include <lasso/xml/private.h>
150
154
#endif