diff options
Diffstat (limited to 'proxy/src/gp_common.h')
-rw-r--r-- | proxy/src/gp_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy/src/gp_common.h b/proxy/src/gp_common.h index f4a8a58..25cd278 100644 --- a/proxy/src/gp_common.h +++ b/proxy/src/gp_common.h @@ -65,6 +65,8 @@ /* max out at 1MB for now */ #define MAX_RPC_SIZE 1024*1024 +bool gp_same(const char *a, const char *b); + #include "rpcgen/gss_proxy.h" union gp_rpc_arg { |