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

« back to all changes in this revision

Viewing changes to lasso/id-ff/server.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: server.h,v 1.44 2005/04/25 09:03:59 fpeters Exp $ 
 
1
/* $Id: server.h,v 1.45 2005/08/24 14:54:55 fpeters Exp $ 
2
2
 *
3
3
 * Lasso - A free implementation of the Liberty Alliance specifications.
4
4
 *
76
76
 
77
77
LASSO_EXPORT LassoServer* lasso_server_new(const gchar *metadata,
78
78
                const gchar *private_key,
79
 
                const gchar *secret_key,
 
79
                const gchar *private_key_password,
80
80
                const gchar *certificate);
81
81
 
82
82
LASSO_EXPORT LassoServer* lasso_server_new_from_dump(const gchar *dump);