From 858ffae8c72d9cb617534728e0d3ce4cacb4535c Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 29 Jan 2012 14:37:19 -0500 Subject: Split gp_utils.h into proxy headers and commonly useful headers --- proxy/src/gp_rpc_process.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'proxy/src/gp_rpc_process.h') diff --git a/proxy/src/gp_rpc_process.h b/proxy/src/gp_rpc_process.h index bb1077c..cf90de3 100644 --- a/proxy/src/gp_rpc_process.h +++ b/proxy/src/gp_rpc_process.h @@ -28,14 +28,17 @@ #include "config.h" #include +#include #include #include -#include "gp_utils.h" +#include "gp_common.h" #include "gp_conv.h" #include "gp_export.h" #include "rpcgen/gss_proxy.h" #include "rpcgen/gp_rpc.h" +struct gssproxy_ctx; + union gp_rpc_arg { gssx_arg_release_handle release_handle; gssx_arg_indicate_mechs indicate_mechs; -- cgit