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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/proxy/src/gp_export.h b/proxy/src/gp_export.h
index 28d2229..58c0040 100644
--- a/proxy/src/gp_export.h
+++ b/proxy/src/gp_export.h
@@ -29,11 +29,11 @@
#include <gssapi/gssapi.h>
#include "rpcgen/gss_proxy.h"
-struct gp_service;
+struct gp_call_ctx;
-uint32_t gp_export_gssx_cred(uint32_t *min, struct gp_service *svc,
+uint32_t gp_export_gssx_cred(uint32_t *min, struct gp_call_ctx *gpcall,
gss_cred_id_t *in, gssx_cred *out);
-uint32_t gp_import_gssx_cred(uint32_t *min, struct gp_service *svc,
+uint32_t gp_import_gssx_cred(uint32_t *min, struct gp_call_ctx *gpcall,
gssx_cred *cred, gss_cred_id_t *out);
int gp_get_exported_context_type(struct gssx_call_ctx *ctx);