diff options
author | Simo Sorce <simo@redhat.com> | 2012-01-29 14:37:19 -0500 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2012-01-29 18:01:27 -0500 |
commit | 858ffae8c72d9cb617534728e0d3ce4cacb4535c (patch) | |
tree | a68f58e1415789b19d34438266542d9287cba1b1 /proxy/src/gp_rpc_process.h | |
parent | 41b087961ebe72c64255ceeddc82759773a827c0 (diff) | |
download | gss-proxy-858ffae8c72d9cb617534728e0d3ce4cacb4535c.tar.gz gss-proxy-858ffae8c72d9cb617534728e0d3ce4cacb4535c.tar.xz gss-proxy-858ffae8c72d9cb617534728e0d3ce4cacb4535c.zip |
Split gp_utils.h into proxy headers and commonly useful headers
Diffstat (limited to 'proxy/src/gp_rpc_process.h')
-rw-r--r-- | proxy/src/gp_rpc_process.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 <stdint.h> +#include <stdbool.h> #include <errno.h> #include <gssapi/gssapi.h> -#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; |