From c8f608f4c4c6d2eb6cb7b12cb60de04cadcb3750 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 5 Aug 2009 16:27:47 +0000 Subject: Add sdump(), split xmalloc.h out of fetchmail.h svn path=/branches/BRANCH_6-3/; revision=5390 --- sdump.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sdump.h (limited to 'sdump.h') diff --git a/sdump.h b/sdump.h new file mode 100644 index 00000000..478b9720 --- /dev/null +++ b/sdump.h @@ -0,0 +1,8 @@ +#ifndef SDUMP_H +#define SDUMP_H + +#include + +char *sdump(const char *in, size_t len); + +#endif -- cgit v1.2.3