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

« back to all changes in this revision

Viewing changes to lasso/id-ff/server.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 21:35:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070731213526-oc6jw5mprcd5tjyy
Tags: 2.0.0-1ubuntu1
* Merge from debian unstable. Remaining changes:
  + debian/control:
    - Modify Maintainer value to match DebianMaintainerField spec.
* debian/rules:
  + Add CC=gcc-4.2 to the configure call else configure won't find jni.h
    from libgcj8-dev.
* configure{,.ac}:
  + Add missing quotes around the value for PHP[45]_LIBS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: server.h,v 1.45 2005/08/24 14:54:55 fpeters Exp $ 
 
1
/* $Id: server.h,v 1.50 2006/11/19 20:07:46 fpeters Exp $ 
2
2
 *
3
3
 * Lasso - A free implementation of the Liberty Alliance specifications.
4
4
 *
91
91
 
92
92
LASSO_EXPORT gchar* lasso_server_dump(LassoServer *server);
93
93
 
94
 
LASSO_EXPORT LassoProvider* lasso_server_get_provider(LassoServer *server, gchar *providerID);
 
94
LASSO_EXPORT LassoProvider* lasso_server_get_provider(LassoServer *server,
 
95
                const gchar *providerID);
95
96
 
96
97
LASSO_EXPORT LassoDiscoServiceInstance* lasso_server_get_service(LassoServer *server,
97
 
                                                                 gchar *serviceType);
 
98
                const gchar *serviceType);
 
99
 
 
100
LASSO_EXPORT int lasso_server_set_encryption_private_key(LassoServer *server,
 
101
                const gchar *filename);
 
102
 
 
103
LASSO_EXPORT int lasso_server_load_affiliation(LassoServer *server, const gchar* filename);
98
104
 
99
105
#ifdef __cplusplus
100
106
}