diff options
| author | Günther Deschner <gdeschner@redhat.com> | 2012-06-25 12:09:47 +0200 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2012-06-25 17:13:21 -0400 |
| commit | 889c081ca6acda82b77d0accb2f59413767397bf (patch) | |
| tree | 75dbfdeef61d4c90685d2d5ab9724fcab7c5b769 /proxy/src/gp_export.h | |
| parent | 8ff4a02c7876a1a139c1d9fb446d4d00a586a258 (diff) | |
| download | gss-proxy-889c081ca6acda82b77d0accb2f59413767397bf.tar.gz gss-proxy-889c081ca6acda82b77d0accb2f59413767397bf.tar.xz gss-proxy-889c081ca6acda82b77d0accb2f59413767397bf.zip | |
Add gp_find_and_free_cred().
Guenther
Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy/src/gp_export.h')
| -rw-r--r-- | proxy/src/gp_export.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy/src/gp_export.h b/proxy/src/gp_export.h index 9f18956..5606c65 100644 --- a/proxy/src/gp_export.h +++ b/proxy/src/gp_export.h @@ -35,6 +35,8 @@ uint32_t gp_export_gssx_cred(uint32_t *min, struct gp_service *svc, gss_cred_id_t *in, gssx_cred *out); int gp_find_cred(struct gp_service *svc, gssx_cred *cred, gss_cred_id_t *out); +int gp_find_and_free_cred(struct gp_service *svc, + gssx_cred *cred); int gp_get_exported_context_type(struct gssx_call_ctx *ctx); uint32_t gp_export_ctx_id_to_gssx(uint32_t *min, int type, |
