summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/src/gp_export.h')
-rw-r--r--proxy/src/gp_export.h3
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);