summaryrefslogtreecommitdiffstats
path: root/ctdb/include/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/include/includes.h')
-rw-r--r--ctdb/include/includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/include/includes.h b/ctdb/include/includes.h
index a345fa2e81..b33542a0bc 100644
--- a/ctdb/include/includes.h
+++ b/ctdb/include/includes.h
@@ -34,7 +34,7 @@ struct timeval timeval_until(const struct timeval *tv1,
_PUBLIC_ struct timeval timeval_current_ofs(uint32_t secs, uint32_t usecs);
double timeval_elapsed(struct timeval *tv);
char **file_lines_load(const char *fname, int *numlines, TALLOC_CTX *mem_ctx);
-char *hex_encode(TALLOC_CTX *mem_ctx, const unsigned char *buff_in, size_t len);
+char *hex_encode_talloc(TALLOC_CTX *mem_ctx, const unsigned char *buff_in, size_t len);
_PUBLIC_ const char **str_list_add(const char **list, const char *s);
_PUBLIC_ int set_blocking(int fd, BOOL set);