summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_conv.h
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/src/gp_conv.h')
-rw-r--r--proxy/src/gp_conv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/src/gp_conv.h b/proxy/src/gp_conv.h
index fddeddd..343710d 100644
--- a/proxy/src/gp_conv.h
+++ b/proxy/src/gp_conv.h
@@ -29,6 +29,7 @@
#include <gssapi/gssapi.h>
#include "rpcgen/gss_proxy.h"
+void *gp_memdup(void *in, size_t len);
int gp_conv_octet_string(size_t length, void *value, octet_string *out);
int gp_conv_octet_string_alloc(size_t length, void *value,
octet_string **out);