summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_rpc_process.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-02-23 17:57:58 -0500
committerSimo Sorce <simo@redhat.com>2012-04-05 11:20:33 -0400
commit34d8ca04e148263ffd4860718652eb474087f848 (patch)
tree10af3408150ec6dc1515d88f94c63afccec3245d /proxy/src/gp_rpc_process.h
parent99d24402236ab621f8c03fdba49e7a75e38263a5 (diff)
downloadgss-proxy-34d8ca04e148263ffd4860718652eb474087f848.tar.gz
gss-proxy-34d8ca04e148263ffd4860718652eb474087f848.tar.xz
gss-proxy-34d8ca04e148263ffd4860718652eb474087f848.zip
creds: add code to import krb5 credentials based on configuration.
Diffstat (limited to 'proxy/src/gp_rpc_process.h')
-rw-r--r--proxy/src/gp_rpc_process.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/proxy/src/gp_rpc_process.h b/proxy/src/gp_rpc_process.h
index a81b066..e85cff6 100644
--- a/proxy/src/gp_rpc_process.h
+++ b/proxy/src/gp_rpc_process.h
@@ -36,10 +36,13 @@
#include "gp_export.h"
#include "rpcgen/gss_proxy.h"
#include "rpcgen/gp_rpc.h"
+#include "gp_rpc_creds.h"
struct gssproxy_ctx;
+struct gp_service;
#define gp_exec_std_args struct gssproxy_ctx *gpctx, \
+ struct gp_service *gpsvc, \
union gp_rpc_arg *arg, \
union gp_rpc_res *res