~ubuntu-branches/ubuntu/intrepid/lasso/intrepid

« back to all changes in this revision

Viewing changes to lasso/xml/lib_logout_response.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-07-11 10:01:32 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060711100132-e50ymjc54bsizza6
Tags: 0.6.5-2ubuntu1
* Synchronize with Debian unstable.
* Convert to updated Python policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: lib_logout_response.h,v 1.7 2005/01/22 15:57:55 eraviart Exp $ 
 
1
/* $Id: lib_logout_response.h,v 1.8 2005/11/20 15:38:19 fpeters Exp $ 
2
2
 *
3
3
 * Lasso - A free implementation of the Liberty Alliance specifications.
4
4
 *
58
58
};
59
59
 
60
60
LASSO_EXPORT GType lasso_lib_logout_response_get_type(void);
61
 
LASSO_EXPORT LassoSamlpResponseAbstract* lasso_lib_logout_response_new(void);
 
61
LASSO_EXPORT LassoNode* lasso_lib_logout_response_new(void);
62
62
 
63
 
LASSO_EXPORT LassoSamlpResponseAbstract* lasso_lib_logout_response_new_full(
 
63
LASSO_EXPORT LassoNode* lasso_lib_logout_response_new_full(
64
64
                char *providerID, const char *statusCodeValue,
65
65
                LassoLibLogoutRequest *request,
66
66
                LassoSignatureType sign_type, LassoSignatureMethod sign_method);