diff options
| author | Simo Sorce <simo@redhat.com> | 2012-02-23 02:02:17 -0500 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2012-02-23 16:53:17 -0500 |
| commit | e56dff9fe3484e0cc89f8cb75c42fa485176c1f3 (patch) | |
| tree | c176219279eede4f40851cef8c4cb9a66de9d5fd /proxy/src/gp_export.h | |
| parent | a22e23145f4679f64856862641ca300b57febaa1 (diff) | |
| download | gss-proxy-e56dff9fe3484e0cc89f8cb75c42fa485176c1f3.tar.gz gss-proxy-e56dff9fe3484e0cc89f8cb75c42fa485176c1f3.tar.xz gss-proxy-e56dff9fe3484e0cc89f8cb75c42fa485176c1f3.zip | |
server: better handle return status
Ticket #33
Diffstat (limited to 'proxy/src/gp_export.h')
| -rw-r--r-- | proxy/src/gp_export.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proxy/src/gp_export.h b/proxy/src/gp_export.h index 8296a5a..c629dd2 100644 --- a/proxy/src/gp_export.h +++ b/proxy/src/gp_export.h @@ -29,7 +29,8 @@ #include <gssapi/gssapi.h> #include "rpcgen/gss_proxy.h" -int gp_export_gssx_cred(gss_cred_id_t *in, gssx_cred *out); +uint32_t gp_export_gssx_cred(uint32_t *min, + gss_cred_id_t *in, gssx_cred *out); int gp_import_gssx_cred(octet_string *in, gss_cred_id_t *out); int gp_find_cred(gssx_cred *cred, gss_cred_id_t *out); |
